]> git.datanom.net - wpp.git/blame - app/templates/base.html
Base user framework finished
[wpp.git] / app / templates / base.html
CommitLineData
047d4d29
MR
1{% extends "bootstrap/base.html" %}
2{% import "bootstrap/wtf.html" as wtf %}
3
4{% block styles %}
5{{ super() }}
6<link rel="icon" href="{{url_for('static', filename='favicon.ico')}}" type="image/x-icon" />
7<link rel="stylesheet" href="{{url_for('static', filename='css/font-awesome.min.css')}}">
8<link rel="stylesheet" href="{{url_for('static', filename='css/custom.css')}}">
9{% endblock %}
10
11{% block content %}
12{% endblock %}
This page took 0.031399 seconds and 5 git commands to generate.