{% extends base %} {% block head %} {% set-global markdown_content = note.content %} {% include common/script/load_markdown.html %} {% end %} {% block body %}

{{note.name}}


{% if note.data == "" %}
{% else %} {% raw note.data %} {% end %} {% end %}