{% extends "base.html" %} {% block title %}{{ entry }}{% endblock %} {% block content %}

{{ settings.name }}

{{ entry }}

{% for k,v in entry.data.items() %}
{{ k }}
{{ v }}
{% endfor %}
{% endblock %}