X-Git-Url: https://jfr.im/git/irc/freenode/web-7.0.git/blobdiff_plain/f30b0f1e90504444dc9401cb824f90d16a7d1708..660a5a53914a48e83030160ab84e6250f7ad6d18:/templates/index.html diff --git a/templates/index.html b/templates/index.html index f131bcbb0..63bd779a8 100644 --- a/templates/index.html +++ b/templates/index.html @@ -15,6 +15,10 @@
- {{ get_module("news").articles[-1].render() }} + {% with article = get_module("news").articles[-1] %} +

{{ article.title }}  + {{ article.datetime }} by {{ article.author }}

+

{{ article.render() }}

+ {% endwith %}
{% endblock content %}