You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

11 lines
332 B

</section>
{% load text_tags %}
<section{% if content.slug %} id="{{ content.slug }}"{% endif %} class="plugin section-break">
{% if content.subheading %}
<h1>
{% if content.url %}<a href="{{ content.url }}">{% endif %}
{{ content.subheading|slimdown }}
{% if content.url %}</a>{% endif %}
</h1>
{% endif %}