Skip to content
Snippets Groups Projects
event_section.html 222 B
<section class="section">
  <div class="container">
    {% if title %}<h2 class="title is-2">{{ title }}</h2>{% endif %}
    {% set no_title = true -%}
    {% include "shortcodes/teckids_event.html" %}
  </div>
</section>