{% extends "main::container.html" %}
{% import "main::macros.html" as macros %}
{% block article %}
{% if cache_active %}
{% cache cache_time, cache_key %}{{ macros.hierarchical_dispatcher(objectId, reffs, citation) }} {% endcache %}
{% else %}
{{ macros.hierarchical_dispatcher(objectId, reffs, citation) }}
{% endif %}
{% endblock %}