{% layout 'layouts/html.liquid' %} {% block head %} {{ site.title }} admin {% endblock %} {% block content %}

{{ site.title }} Admin

You are viewing the admin panel for {{ site.title }}, found at {{ site.baseURL }}. Remember, this is a multisite server and database! Unscoped changes will propogate to all the sites. :)

Admin / {{ model }}

{{ model }}

{% for column in columns %} {% endfor %} {% for item in items %} {% for column in columns %} {% endfor %} {% endfor %}
{{ column }}
{{ item[column] }}
{% endblock %}