English
HTML tags help you work with HTML in your Liquid templates.
style
{% style %} css_content {% endstyle %}
{% style %} .highlighted { background-color: yellow; padding: 5px; font-weight: bold; } {% endstyle %} <span class="highlighted">This text is highlighted</span>
<style> .highlighted { background-color: yellow; padding: 5px; font-weight: bold; } </style> <span class="highlighted">This text is highlighted</span>