Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 735 Bytes

gists.md

File metadata and controls

19 lines (14 loc) · 735 Bytes

Gists (snippets) for solving various problems using RPL


Send data to a link table

Uses: <#assign> and ${clickthrough()}


HTML for all iterations of a list except the last

Uses: <#list> and _has_next


Only display an even number of items in a list

Uses: <#list>, <#assign>, <#if><#else></#if> and logical operators