Shopify 建站开发 All In one
电商建站模版
Shopify liquid
Liquid
is a template language
created by Shopify
.
Liquid
是 Shopify
创建的一种模板语言
。
https://shopify.dev/docs/api/liquid
Liquid is an open-source template language created by Shopify and written in Ruby
. It is the backbone of Shopify themes
and is used to load dynamic content
on storefronts.
Liquid 是 Shopify 创建的一种开源模板语言,用 Ruby
编写。它是 Shopify 主题
的骨干,用于在店面上加载动态内容
。
https://shopify.github.io/liquid/
https://github.com/Shopify/liquid
<title>
{{ page_title }}
</title>
{% if page_description -%}
<meta name="description" content="{{ page_description | truncate: 150 }}">
{%- endif %}
<title>
Health potion
</title>
<meta name="description" content="Are you low on health? Well we've got the potion just for you! Just need a top up? Almost dead? In between? No need to worry because we have a ..." />