{% import "macros/page.html" as page_macros %} {% extends "base.html" %} {% block content %} {{ page.title }} {{ page.content | safe }} {% if page.lang == "it" %} {% include "openringit.html" %} {% else %} {% include "openring.html" %} {% endif %} {% endblock content %}