aboutsummaryrefslogtreecommitdiff
path: root/templates/new_note.twig
blob: 4655a6e492abd999bd2e7712414a7c12c1451ddf (plain)
1
2
3
4
5
6
7
8
{% extends "skeleton.twig" %}
{% import "macros.twig" as macros %}
{% block body %}
    {% if success %}
        <div class="success">Succcessfully created new note!</div>
    {% endif %}
    {{ macros.new_note() }}
{%  endblock %}