1
0
mirror of https://github.com/aquatix/digimarks.git synced 2025-12-07 00:15:10 +01:00

Base template, which the children extend from

This commit is contained in:
2016-07-17 14:28:29 +02:00
parent cfbb266056
commit 23d367a3d2
3 changed files with 46 additions and 26 deletions

View File

@@ -1,11 +1,6 @@
<!doctype html>
<html>
<head>
<title>digimarks bookmarks service</title>
<link rel=stylesheet type=text/css href="{{ url_for('static', filename='css/bootstrap.min.css') }}" />
</head>
<body>
<h1>digimarks</h1>
{% extends "base.html" %}
{% block title %}digimarks{% endblock %}
{% block pagetitle %}digimarks{% endblock %}
{% block pagecontent %}
<p>Please visit your personal url, or <a href="https://github.com/aquatix/digimarks">see the digimarks project page</a>.</p>
</body>
</html>
{% endblock %}