{{note.title}}
{% for key, value in note.frontmatter.items() %}
{{key}}
{% if key == 'tags' %} {% for tag in value %} #{{tag}} {% endfor %} {% else %} {{value}} {% endif %}
{% endfor %}
{{note.our_content | markdown}}