blob: 3579522372f2c9a9270d51d445847aa0e147a061 [file] [log] [blame]
{% extends 'base.html.twig' %}
{% block title %}
LeafOS ROM
{% endblock %}
{% block body %}
<article>
<div class="banner">
<div class="container">
<h1>Welcome to the LeafOS!</h1>
<p>LeafOS is an AOSP-based ROM, focused on stability.</p>
<a href="{{ path('leaf_wiki') }}" class="button">Get LeafOS</a>
</div>
</div>
</article>
{% endblock %}