{% extends "common-content.html" %} {% block content_js_media %} {% include "comments/media-js.html" %} {% include "actionbar/media-js.html" %} {% endblock %} {% block content_media %} {% include "comments/media-css.html" %} {% endblock %} {% block header %}
Authors: {{ link_users(authors) }}
{% endif %} {% endwith %} {% cache 86400 'solution_content' solution.id %} {{ solution.content|markdown(lazy_load=True)|reference|str|safe }} {% endcache %}