Back to Webfundamentals

Devsite Collapsible Section

gae/includes/devsite-collapsible-section.html

0.3410 B
Original Source

{% if customHeader %} {{ customHeader|safe }} {% else %}

{% if headerTitle %}

  • {{ headerTitle }}

{% endif %} {% if headerDescription %} {% autoescape off %}{{ headerDescription }}{% endautoescape %} {% endif %} {% if headerButtons %} {% for button in headerButtons %} {{ button.label }} {% endfor %} {% endif %} {% include "includes/lower-tabs.html" %} {% endif %}