You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
373 B
HTML

{% extends "container.html" %}
{% block corps %}
<div class="container marketing" style="margin-top: 50px;">
<h1>Actes de {{duke_name[0][0]}}</h1>
{% for id in lst_id %}
<li><a href="{{url_for('main.acte', prince=duke_name[0][1], acte_id=id[0])}}">Acte du {{id[1]}}</a></li>
{% endfor %}
</div><!-- /.container -->
{% endblock %}