Dynamic Blocks |
Useful for generating a list with
dynamic content, for example.
|
<!-- BEGIN my_block -->
<li>...</li>
<!-- END my_block -->
|
|
|
Value Formatter |
A convenient way to
format placeholder values.
|
${UNIXTIME} <!-- 1520104433 -->
${(Date)UNIXTIME} <!-- 03.03.2018 -->
${(Time)UNIXTIME} <!-- 19:13 -->
|
|
|