diff -r 46abfb767ff2 -r 3aa6f55df039 templates/task.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/templates/task.html Wed Nov 27 12:40:37 2013 +0100 @@ -0,0 +1,16 @@ +{% extends "theme.html" %} + +{% block jumbotron %} + + {% include "jumbotron-task.html" %} +

Spezial Jubotron...

+ +{% endblock %} + + +{% block body %} +

+Task +

+ +{% endblock %}