{% 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 %} |