{% extends 'layout/layout.html' %} {% block htmlclass %}{% endblock %} {% block robots %} {% if not note.public %} {% endif %} {% endblock %} {% block body %}

{{ note.title }}

perm_identity {{ user.nick_name }}  date_range {{ note.created_at.strftime("%Y-%m-%d %H:%M:%S") }}
{{ note.content | safe }}
{% include 'inc/menu.html' %}
{% endblock %}