This website requires JavaScript.
Explore
Help
Sign In
ralf
/
bk-dss
Watch
1
Star
0
Fork
0
You've already forked bk-dss
forked from
moepman/bk-dss
Code
Releases
Activity
1c93fb0846
bk-dss
/
templates
/
index.html
5 lines
89 B
HTML
Raw
Normal View
History
Unescape
Escape
Make more use of bootstrap.
2016-03-20 16:10:00 +01:00
{% extends "_base.html" %}
Add very basic templates, style and a handler for '/'.
2015-06-16 21:57:44 +02:00
{% block content %}
Make more use of bootstrap.
2016-03-20 16:10:00 +01:00
<
p
>
Hello, World!
<
/
p
>
Add very basic templates, style and a handler for '/'.
2015-06-16 21:57:44 +02:00
{% endblock %}
Copy Permalink