3 Matching Annotations
- Sep 2022
-
github.com github.com
-
I don't like the first syntax because then you have weird looking code due to all the leading whitespace, and you lose a lot of real estate.
-
- Oct 2020
-
-
I'm more inclined towards an {@ tag than a {# tag because the indentation could quickly get out of control
-
-
github.com github.com
-
{#with someExpression as someVariable} <p>{someVariable}</p> {/with}
-