OcttKB/Wiki-OcttKB/tiddlers/Normal/_Templating language.tid

12 lines
654 B
Plaintext
Raw Normal View History

2023-12-04 01:49:00 +01:00
created: 20231203235203040
creator: Octt
2023-12-11 01:43:44 +01:00
modified: 20231210224130939
2023-12-04 01:49:00 +01:00
modifier: Octt
tags:
2023-12-11 01:43:44 +01:00
title: Templating language
2023-12-04 01:49:00 +01:00
<<^wikipediaframe "Templating language">>
* [[Liquid|https://shopify.github.io/liquid/]] (docs) --- //Safe, customer-facing template language for flexible web apps.//, as well as many static site generators --- <<[# Git"https://github.com/Shopify/liquid">>
** [[How to concatenate / append a string to another one in Jekyll / Liquid?|https://stackoverflow.com/questions/23688939/how-to-concatenate-append-a-string-to-another-one-in-jekyll-liquid]] --- best way is `{% capture varfull %}{{ var1 }} and also {{ var2 }}{% endcapture %}`