{% extends 'base.html' %} {% block content %}

Frontend

Configurá el contenido del template MediLab respetando su estructura visual.

Datos estructurales
{% for network, label in [('facebook','Facebook'),('instagram','Instagram'),('x','X / Twitter'),('youtube','YouTube'),('linkedin','LinkedIn')] %}
{% endfor %}
Bloques del frontend
{% for section, label in section_labels.items() %} {% for item in grouped.get(section, []) %} {% endfor %} {% endfor %} {% if not grouped.values()|select|list %}{% endif %}
SecciónTítuloResumenOrdenAcciones
{{ label }} {{ item.title or '—' }} {{ item.body or item.subtitle or '—' }} {{ item.sort_order }}
No hay bloques configurados todavía.
{% endblock %} {% block scripts %}{{ super() }}{% endblock %}