{% extends "littlecms/base.html" %} {% load i18n static %} {% block title %} {% trans article.title %} {% endblock title %} {% block breadcrumb %} {% endblock breadcrumb %} {% block content %}
{% if article.type.template %} {% include article.type.template with is_detail=True %} {% else %} {% include "basic.html" with is_detail=True %} {% endif %}
{% endblock content %}