1
0

import du theme dans github

This commit is contained in:
Jérémie Ducastel
2015-08-09 22:49:57 +02:00
parent 5e068f639d
commit ece36d7498
13 changed files with 641 additions and 0 deletions

View File

@ -0,0 +1,11 @@
{% if articles %}{# contenu principal : cartes articles #}
<main id="main" class="ui cards">{% for article in articles_page.object_list %}
{% include "inc/article-card.html" %}{% endfor %}
</main>
{% else %}
<main class="">
<article class="ui segment">
<p>Nothing yet !</p>
</article>
</main>
{% endif %}