Refactor how url loading works for static files
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
|
||||
<html>
|
||||
<head>
|
||||
{% block head %}
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||
<meta name="description" content="Aalto-yliopiston Sähköinsinöörikilta ry">
|
||||
@@ -29,6 +30,11 @@
|
||||
console.log('pippeli')
|
||||
})
|
||||
</script>
|
||||
|
||||
{% block styles %}
|
||||
{% endblock styles %}
|
||||
|
||||
{% endblock head %}
|
||||
</head>
|
||||
<body>
|
||||
{% block body %}
|
||||
|
||||
Reference in New Issue
Block a user