{% extends "picata/base.html" %} {% comment %} Two-column layout (25%/75%), with a 2px line between the columns. Override the "definitions" block with a series of
elements, or just pass in a dictionary named "content". {% endcomment %} {% block main_classes %}definition-list{% endblock %} {% block content %}
{% block definitions %} {% for key, value in content.items %}
{{ key }}
{{ value }} {% endfor %} {% endblock %}
{% endblock%}