{% include 'head.html' %} {% include 'header.html' %} {% include 'logo.html' %}

 

{% if error %}

{{ error }}

{% endif %} {% if templates %}

Here are the liquid templates for

{{ session.school }}

{% endif %}
{% for templates in templates %}

 

{{ templates[0] }}

{{ templates[1] }}

 

Click here to load changes

 

{% endfor %}