summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/container.mdwn3
-rw-r--r--templates/jumbotron.mdwn3
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>