+ links to corpus.html
parent
0290c57f6e
commit
431b155e4b
@ -1,6 +1,10 @@
|
||||
{% extends "container.html" %}
|
||||
{% block corps %}
|
||||
<div class="container marketing" style="margin-top: 50px;">
|
||||
CORPUS
|
||||
<h1>Corpus</h1>
|
||||
<p>Corpus disponibles :</p>
|
||||
<ul>
|
||||
<li><a href="{{url_for('actes', house='bourbon')}}">Actes des ducs de Bourbon</a></li>
|
||||
</ul>
|
||||
</div><!-- /.container -->
|
||||
{% endblock %}
|
||||
@ -1,6 +0,0 @@
|
||||
{% extends "container.html" %}
|
||||
{% block corps %}
|
||||
<div class="container marketing" style="margin-top: 50px;">
|
||||
CORPUS BOURBON
|
||||
</div><!-- /.container -->
|
||||
{% endblock %}
|
||||
Loading…
Reference in New Issue