Root Library
Everything you need,
Everything you need,
organized and free.
Templates, Liquid sections, snippets, theme components and documentation. Browse every preview freely — downloads require a free account.
Beginner
Beginner
Intermediate
Beginner
{% comment %} announcement-bar.liquid {% endcomment %}
{% if section.settings.show_bar %}
<div class="announcement">
{{ section.settings.text }}
</div>
{% endif %}
Liquid section
Announcement bar
A dismissible top bar for offers and shipping notices. Fully editable in the theme editor.
{% comment %} faq-accordion.liquid {% endcomment %}
{% for block in section.blocks %}
<details><summary>{{ block.settings.q }}</summary>
{{ block.settings.a }}
</details>
{% endfor %}
Liquid section
FAQ accordion
Answer common questions with a clean accordion. Add unlimited questions as blocks.