Feat: Import all old stuff

This commit is contained in:
2019-07-18 12:43:36 +02:00
parent 7f4dc86d88
commit 76a4e19baf
300 changed files with 15589 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
{% if article.link_files %}
<div id="linkfiles">
<h2> Fichiers liés </h2>
<ul class="list-group">
{% for f in article.link_files %}
<li class="list-group-item"><a href="{{ SITEURL }}/{{ f.1 }}">{{ f.0 }}</a></li>
{% endfor %}
</ul>
</div>
{% endif %}