aboutsummaryrefslogtreecommitdiff
path: root/crumbs/templates/components/title_text.html
blob: e0fda8c1754643bee2f4bc432ed64f59bc1f0ccd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<div class="{{ title_type }}" title="Inconsolata is my favourite monospace font, after all...">
    {% if title_type == 'title' %}
    <h1>
    {% endif %}
    <span id="t-color-red"><b># ~ </b></span>
    <span id="t-color-org">Fun</span>
    <span id="t-color-ylw">Memory</span>
    <span id="t-color-grn">Violations</span>
    <span class="cursor" id="cursor">&nbsp;</span>
    {% if title_type == 'title' %}
    </h1>
    {% endif %}
</div>