aboutsummaryrefslogtreecommitdiffstats
path: root/bricks/templates/trademark.html
blob: 5122b5dafaac0e7cd0e0f47a3f5f492d734ce14d (plain)
1
2
3
4
5
6
7
8
9
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 %}