Files
myapp-full/myapp/templates/header.html

11 lines
547 B
HTML
Raw Normal View History

<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="author" content="Ремизов Александр" />
<meta name="copyright" lang="ru" content="RemiZOffAlex" />
<link rel="shortcut icon" href="/static/favicon.ico">
<link rel="stylesheet" href="{{ STATIC }}/css/bootstrap.min.css" />
<link rel="stylesheet" href="{{ STATIC }}/css/font-awesome.css" />
<script type="text/javascript" src="{{ STATIC }}/js/mithril.min.js"></script>
<title>{{ pagedata['title'] }}</title>
</head>