{% extends "base.html" %} {% block content %} {% if search_enabled %} {% endif %}
{% if not view_only %} {% endif %}
{% if search_enabled %} {% include "markdown-parser.html" %} {% endif %} {% endblock %}