{% include 'head.html' %} {% include 'header.html' %} {% include 'logo.html' %}
{% if error %}
{{ error }} {% endif %} {% if templates %}
Here are the liquid templates
{% endif %}
{% for templates in templates %}
{{ templates[0] }}
{{ templates[1] }}
Create New Template (optional):
{% endfor %}