forked from blek/world
add a nojs title
This commit is contained in:
parent
f26f692931
commit
517ddfafb7
|
@ -14,6 +14,9 @@
|
||||||
<div class='screen content'>
|
<div class='screen content'>
|
||||||
<h1 style='margin-bottom:0.25em'>blek! World</h1>
|
<h1 style='margin-bottom:0.25em'>blek! World</h1>
|
||||||
<h2>{{ section.title }}</h2>
|
<h2>{{ section.title }}</h2>
|
||||||
|
<noscript>
|
||||||
|
Your browser doesn't support JS. This is so cool!
|
||||||
|
</noscript>
|
||||||
|
|
||||||
{% block content %} {% endblock %}
|
{% block content %} {% endblock %}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue