Add and improve routes

This commit is contained in:
Sascha Ißbrücker
2019-06-28 07:33:08 +02:00
parent d9e1c64340
commit e2a834a56c
7 changed files with 33 additions and 11 deletions

View File

@@ -0,0 +1,5 @@
{% extends "bookmarks/layout.html" %}
{% block content %}
<h2>New bookmark</h2>
{% endblock %}