aboutsummaryrefslogtreecommitdiff
path: root/crumbs/templates/components/title_text.html
blob: a77477c4c9eba276cee1dcc341cf5787af502131 (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>