myWebLog/src/admin-theme/layout-partial.liquid

11 lines
265 B
Plaintext
Raw Normal View History

2022-06-23 00:35:12 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
<title>{{ page_title | strip_html }} &laquo; Admin &laquo; {{ web_log.name | strip_html }}</title>
</head>
<body>
{% include_template "_layout" %}
<script>Admin.dismissSuccesses()</script>
</body>
</html>