Did a bit of research of various template languages. Here is some interesting ones I can find (Or think of):
- https://en.wikipedia.org/wiki/Web_template_system#Kinds_of_template_systems
- https://en.wikipedia.org/wiki/Comparison_of_web_template_engines
- https://github.com/jgm/pandoc/wiki/Pandoc-Extras#preprocessors
This hopefully would be a good selection for people trying to find the right preprocessor for whatever it is they are trying to do. I personally am attracted to Gpp, since it looks pretty low fat and there is already a pandoc and gpp wrapper for it in pandoc-gpp
Gpp
- https://randomdeterminism.wordpress.com/2012/06/01/how-i-stopped-worring-and-started-using-markdown-like-tex/
- https://github.com/dloureiro/pandoc-gpp
<#ifdef HTML>
# Adrix Consulting (2013 - 2043)
- Was good at drawing pictures
- Was good at programming in lua for cats
<#endif>
Server Side Include
<!--#if expr="${lua}" -->
# Adrix Consulting (2013 - 2043)
- Was good at drawing pictures
- Was good at programming in lua for cats
<!--#endif -->
Liquid Template
{% if lua %}
# Adrix Consulting (2013 - 2043)
- Was good at drawing pictures
- Was good at programming in lua for cats
{% endif %}
Box Style Preprocessor (doesn’t exist yet)
!IF lua
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# Adrix Consulting (2013 - 2043)
- Was good at drawing pictures
- Was good at programming in Lua for cats
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- Inspired by http://cdsoft.fr/pp/