xppl/app/templates/home.html
2018-05-23 14:12:24 +02:00

12 lines
226 B
HTML
Executable File

{% extends "base.html" %}
{% block main %}
<h1 class="header">XPPL</h1>
<p class="lead">This is the awesome library of Experimental Publishing. <br>
This might only be one interface to this library:
</p>
{% endblock %}