mirror of
https://github.com/zyllian/webdog.git
synced 2025-05-10 10:36:39 -07:00
rewrite html to remove previously required html templating, resolves #4
This commit is contained in:
parent
4c6064a5a1
commit
6c31ccb9d5
4 changed files with 34 additions and 80 deletions
|
@ -5,14 +5,6 @@
|
|||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="referrer" content="no-referrer">
|
||||
<link rel="stylesheet" href="/styles/index.css">
|
||||
<title>{{ title }}</title>
|
||||
{{ head | safe }}
|
||||
{% for script in scripts %}
|
||||
<script type="text/javascript" src="{{script}}" defer></script>
|
||||
{% endfor %}
|
||||
{% for style in styles %}
|
||||
<link rel="stylesheet" href="/styles/{{style}}">
|
||||
{% endfor %}
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue