{% extends "skeleton.twig" %} {% import "macros.twig" as macros %} {% block body %} {% if success %}
Succcessfully created new note!
{% endif %} {{ macros.new_note() }} {% endblock %}