aboutsummaryrefslogtreecommitdiffstats
path: root/bricks/templates/trademark.html
diff options
context:
space:
mode:
Diffstat (limited to 'bricks/templates/trademark.html')
-rw-r--r--bricks/templates/trademark.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/bricks/templates/trademark.html b/bricks/templates/trademark.html
new file mode 100644
index 0000000..5122b5d
--- /dev/null
+++ b/bricks/templates/trademark.html
@@ -0,0 +1,10 @@
+ {% if TRADEMARK_TEXT %}
+ <div class="row">
+ <div class="small-12 column">
+ <p style="font-size: 0.8em; margin-top:1em; text-align:center;">
+ {{ TRADEMARK_TEXT }}
+ </p>
+ </div>
+ </div>
+ {% endif %}
+