Allows multiple block for a template

This commit is contained in:
Gregory Soutade
2014-03-27 18:24:58 +01:00
parent 814fd6c667
commit 4bd583f92f
12 changed files with 172 additions and 155 deletions

View File

@@ -1,11 +1,13 @@
<dyn:base file="_base.html" block="content" xmlns:dyn="http://indefero.soutade.fr/p/dynastie">
<dyn:all_posts>
<dyn:year>
<dyn:month>
<dyn:posts>
<dyn:title link="1"/>
</dyn:posts>
</dyn:month>
</dyn:year>
</dyn:all_posts>
<dyn:base file="_base.html" xmlns:dyn="http://indefero.soutade.fr/p/dynastie">
<dyn:block name="content">
<dyn:all_posts>
<dyn:year>
<dyn:month>
<dyn:posts>
<dyn:title link="1"/>
</dyn:posts>
</dyn:month>
</dyn:year>
</dyn:all_posts>
</dyn:block>
</dyn:base>