11 lines
265 B
Plaintext
11 lines
265 B
Plaintext
|
<!DOCTYPE html>
|
||
|
<html lang="en">
|
||
|
<head>
|
||
|
<title>{{ page_title | strip_html }} « Admin « {{ web_log.name | strip_html }}</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
{% include_template "_layout" %}
|
||
|
<script>Admin.dismissSuccesses()</script>
|
||
|
</body>
|
||
|
</html>
|