--- title: Blog tags: - demoExample --- {% layout 'hippie-view/simple.liquid' %} {% block body %}

Blog


{%- for post in collections.article -%}
{{ post.content }}
{%- endfor -%}
{% text hippie.placeholders.name %}
{% endblock %}