{% extends "layout.html" %} {% block title %}{% if note.title.len() > 0 %}{{note.title}}{%else%}Create Note{% endif %}{% endblock %} {% block description %}{{note.content}}{% endblock %} {% block head %} {% endblock %} pub association_type: AssociationType, pub association_key: uuid::Uuid, {% block content %}
{% if note.key.to_string() != "00000000-0000-0000-0000-000000000000" %} {% endif %}

{% if note.title.len() == 0%}Title{%else%}{{note.title}}{% endif %}

{% endblock %}