diff options
author | Jonas Smedegaard <dr@jones.dk> | 2017-07-11 10:04:26 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2017-07-11 10:04:26 +0200 |
commit | d691f20cfc2041dc563cd716277e23922d6f2d8e (patch) | |
tree | fc53b778f7e68c5109d1c1d333c55337a8cabe32 /templates/menusection.mdwn | |
parent | 4d7ac90a9cd4c838c4b2cff0d89770dc99548648 (diff) |
Brug skabeloner.
Diffstat (limited to 'templates/menusection.mdwn')
-rw-r--r-- | templates/menusection.mdwn | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/menusection.mdwn b/templates/menusection.mdwn new file mode 100644 index 0000000..6466539 --- /dev/null +++ b/templates/menusection.mdwn @@ -0,0 +1,4 @@ +<div class="menusection<TMPL_IF first> break</TMPL_IF>"> +<h3><TMPL_VAR title></h3> +<TMPL_VAR content> +</div> |