verdandi/test_input/templates/newsfeed.html

9 lines
84 B
HTML

{% extends "base.html" %}
{% block content %}
{{items | pprint}}
{% endblock %}