{% set showAside = true %} {% extends "content-with-menu.template.html" %} {% block aside %}
{% if doc.attributes.component %}
Komponent
{% for component in doc.attributes.component %} {{ component }}{% if not loop.last %}, {% endif %} {% endfor %}
{% endif %}
{% endblock %} {% block content %} {{ doc.body | marked }} {% endblock %}