]>
git.datanom.net - wpp.git/blob - app/templates/base.html
1 {% extends
"bootstrap/base.html" %}
2 {% import
"bootstrap/wtf.html" as wtf %}
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')}}">
This page took 0.081953 seconds and 6 git commands to generate.