Files
monsiteperso/app/templates/creative/index.html.tpl
2026-08-03 02:33:58 +02:00

16 lines
224 B
Smarty

{% extends "creative/layout.html" %}
{% block body %}
<!-- Navigation -->
{% include 'creative/_nav.html' %}
{% for bloc in myblocs.values() %}
{% include 'creative/_'+bloc.type+'.html' %}
{% endfor %}
{% endblock %}