forked from sc3/crime-punishment
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path_cpd.html
22 lines (17 loc) · 902 Bytes
/
_cpd.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{% extends "_base.html" %}
{% from 'macros.html' import inventory with context %}
{% block preview %}{% endblock preview %}
{% block css %}
{{ super() }}
<link rel="stylesheet" type="text/css" href="css/simple.css" />
<link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
<link href='http://fonts.googleapis.com/css?family=Lusitana:400,400italic' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Sorts+Mill+Goudy:400,400italic|Basic' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,600,300italic,600italic' rel='stylesheet' type='text/css'>
{% endblock css %}
{% block scripts %}
{{ super() }}
<script src="js/imgLiquid-min.js"></script>
<script src="js/jquery.expander.min.js"></script>
<script src="js/app.js"></script>
{% endblock scripts %}