Files
notifications-admin/templates/index.html
2015-11-23 13:50:37 +00:00

10 lines
153 B
HTML

<html>
<head>
{% assets "css_all" %}
<style type="text/css" src="{{ ASSET_URL }}"></style>
{% endassets %}
</head>
<body>
<h1>hi</h1>
</body>
</html>