Set ToggleSection macro "classes" default

This commit is contained in:
George Drummond 2019-05-10 09:54:06 -04:00 committed by leigh-mil
parent 3a2e2aa878
commit a35349cc88

View File

@ -9,7 +9,7 @@
</span>
{% endmacro %}
{% macro ToggleSection(section_name, classes) %}
{% macro ToggleSection(section_name, classes="") %}
<div v-show="selectedSection === '{{ section_name }}'" class='{{ classes }}'>
{{ caller() }}
</div>