diff --git a/TODO b/TODO index d2ef5374..ddb4a8fe 100644 --- a/TODO +++ b/TODO @@ -2,4 +2,3 @@ * Find a way to extend the existing templates instead of rewriting all from scratch. * find a better way to specify the templates -* find a better way to get the date (replaced in dvcses for instances) diff --git a/samples/themes/notmyidea/templates/article.html b/samples/themes/notmyidea/templates/article.html index cc2ffb9d..e3624730 100644 --- a/samples/themes/notmyidea/templates/article.html +++ b/samples/themes/notmyidea/templates/article.html @@ -1,8 +1,9 @@ {% extends "base.html" %} +{% block title %}{{ article.title }}{% endblock %} {% block content %}
-

{{ article.title }}

+

{{ article.title }}