xppl/app/templates/home.html

13 lines
238 B
HTML
Raw Normal View History

2018-05-20 00:10:01 +02:00
{% extends "base.html" %}
{% block main %}
2018-06-01 20:26:37 +02:00
<h1 class="header" id="title">XPPL</h1>
2018-05-20 00:10:01 +02:00
<p class="lead">This is the awesome library of Experimental Publishing. <br>
This might only be one interface to this library:
</p>
2018-05-20 00:10:01 +02:00
{% endblock %}