12 lines
230 B
HTML
12 lines
230 B
HTML
|
{% extends "base.html" %}
|
||
|
|
||
|
{% block main %}
|
||
|
<h1 class="header">XPUB LIB</h1>
|
||
|
<p class="lead">This is the awesome library of Experimental Publishing. <br>
|
||
|
This might only be one interface to this library:
|
||
|
…
|
||
|
</p>
|
||
|
|
||
|
|
||
|
{% endblock %}
|