1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
<html lang="en">
<head>
<meta charset="utf-8">
</meta>
<title> {{title}} </title>
<link rel="stylesheet" href="file:///usr/share/bulma/css/bulma.min.css" media="all" />
<link rel="stylesheet" href="{{ rel_path_statics }}/statics/css/sortable.min.css" />
<link rel="shortcut icon" href="{{ rel_path_statics }}/statics/images/favicon.ico" />
</head>
<body>
{% block content %} {% end %}
<script src="{{ rel_path_statics }}/statics/js/sortable.min.js"></script>
</body>
</html>
|