diff options
author | Jonas Smedegaard <dr@jones.dk> | 2017-03-20 19:58:23 +0100 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2017-03-20 19:58:23 +0100 |
commit | b4edd4e6cb15dab61feaf3d9a3e9499845ef12bf (patch) | |
tree | dfdec150a658ce2f85dd95e4415060548f3dd671 /templates | |
parent | 0447cd8999c96e9faac20ee8b58c8f6c978f56b7 (diff) |
Add container and jumbotron.
Diffstat (limited to 'templates')
-rw-r--r-- | templates/container.mdwn | 3 | ||||
-rw-r--r-- | templates/jumbotron.mdwn | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/templates/container.mdwn b/templates/container.mdwn new file mode 100644 index 0000000..311f5f4 --- /dev/null +++ b/templates/container.mdwn @@ -0,0 +1,3 @@ +<div class="<TMPL_IF fluid>container-fluid<TMPL_ELSE>container</TMPL_IF>"> +<TMPL_VAR content> +</div> diff --git a/templates/jumbotron.mdwn b/templates/jumbotron.mdwn new file mode 100644 index 0000000..ce6ad4b --- /dev/null +++ b/templates/jumbotron.mdwn @@ -0,0 +1,3 @@ +<div class="jumbotron"> +<TMPL_VAR content> +</div> |