Skip to content
Permalink
0b68e3b9d9
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
17 lines (13 sloc) 398 Bytes
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="description" content="">
<meta name="author" content="">
{% block js %}{% endblock %}
<title>{% block title %}{% endblock %}</title>
<link href="{{ url_for('static', filename='css/base.css') }}" rel="stylesheet" />
{% block css %}{% endblock %}
</head>
{% block body %}{% endblock %}
</html>