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.
12 lines
333 B
12 lines
333 B
6 years ago
|
{% load text_tags %}
|
||
|
</section>
|
||
|
|
||
|
<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 %}
|