Liquid
基本事項
はじめに
演算子
真偽値
型
Liquid の種類
スペースの制御
タグ
制御フロー
反復
テンプレート
変数
フィルター
abs
append
at_least
at_most
capitalize
ceil
compact
concat
date
default
divided_by
downcase
escape
escape_once
first
floor
join
last
lstrip
map
minus
modulo
newline_to_br
plus
prepend
remove
remove_first
replace
replace_first
reverse
round
rstrip
size
slice
sort
sort_natural
split
strip
strip_html
strip_newlines
sum
times
truncate
truncatewords
uniq
upcase
url_decode
url_encode
where
メニュー
at_most
数値を最大値に制限します。
入力
{{
4
|
at_most
:
5
}}
{{
4
|
at_most
:
3
}}
出力
4 3