1001Ferramentas
🔄Converters

Liquid to HTML Converter

Liquid (Shopify/Jekyll) uses {{ var }} and {% tag %}. This page maps each construct to its rendered HTML.

Liquid possui:

  • {{ produto.nome }} — variável
  • {% if condicao %}...{% endif %} — condicional
  • {% for x in itens %}...{% endfor %} — laço
  • {{ data | date: "%Y" }} — filtros

Related Tools