模板引擎
简介
Liquid 基础语法
Liquid 内置方法
友好速搭主题对象
- 简介
- shop
- linklists
- link
- customer
- customer_level
- order
- payment
- shipment
- line_item
- tracker
- discount_record
- refund_record
- address
- area
- product
- image
- variant
- type
- vendor
- discount
- discount_off
- page
- page_snippet
- search
- pagination
- part
- situation
- item
- sort
- stock_avail
- form
- blog
- blog_author
- blog_tag
- social_account
- post
- post_tag
- post_dir
part
对象part
用于显示分页链接。
对象part
不能单独使用,它在pagination对象中以pagination.parts
存在。
对象part
,包含以下属性:
part.title
返回分页链接对象的标题。
part.is_link
当前分页链接对象是一个链接时,返回true
,
否则返回false
。
part.url
返回分页链接对象的链接地址。