Skip to content
Snippets Groups Projects
Verified Commit 1a71f0fb authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Add main role to base template

parent 0d061050
No related branches found
No related tags found
No related merge requests found
......@@ -34,6 +34,7 @@
</head>
<body>
<header>
<!-- Navigation -->
<nav class="navbar navbar-default">
<div class="container-fluid">
......@@ -88,15 +89,17 @@
<!-- Template Content head -->
{% block template_content_head %}{% endblock %}
</header>
<main role="main"?
<!-- Main Content -->
{% block content %}{% endblock %}
<!-- Template Content footer -->
{% block template_content_footer %}{% endblock %}
{% block content %}{% endblock %}
</main>
<!-- Sponsoren-Footer -->
<footer class="page-footer" id="sponsoren-footer">
<!-- Template Content footer -->
{% block template_content_footer %}{% endblock %}
<div class="container">
<div class="row">
<div class="col s12">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment