crablog/static/base.tera
2018-10-23 14:03:06 +08:00

19 lines
470 B
Plaintext

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="/statics/style.css">
<title>{% block title %}Rubble{% endblock title %}</title>
</head>
<body>
{% block body %}
{% endblock body %}
<footer>
</footer>
<script src="/statics/prism.js" type="text/javascript"></script>
</body>
</html>