aiohttp-security/demo/session_auth/templates/base.html

13 lines
281 B
HTML
Raw Normal View History

2016-05-13 01:40:57 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>aiohttp_security demo</title>
</head>
<body>
{% block content %}{% endblock %}
{% block script %}{% endblock %}
</body>
</html>