{% extends "base.html" %} {% block title %}{{ note.title }} — PKM{% endblock %} {% block content %}
{{ note.id }}
Created: {{ note.created }}
Updated: {{ note.updated }}
{% if note.status %}{{ note.status }}{% endif %}
{% if note.tags %}
Tags:
{{ note.body }}
{{ note.rel_path }}
{{ note.slug }}