2018-05-20 00:10:01 +02:00
|
|
|
{% extends "base.html" %}
|
|
|
|
|
|
|
|
{% block main %}
|
2018-05-23 14:12:24 +02:00
|
|
|
<h1 class="header">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>
|
|
|
|
|
|
|
|
|
|
|
|
{% endblock %}
|