You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
kompass/jdav_web/startpage/templates/startpage/section.html

12 lines
241 B
HTML

{% extends "startpage/base_subsite.html" %}
{% load static markdown_extras markdownify %}
{% block content %}
<h1>{{ section.title }}</h1>
{% render_as_template "section.website_text" as result %}
{{ result|markdownify }}
{% endblock %}