mirror of
https://github.com/StefBuwalda/WebTech.git
synced 2026-02-04 08:44:53 +00:00
bases html pages
This commit is contained in:
@@ -1,14 +1,7 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
{% extends "base_template.html" %}
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Dashboard</title>
|
||||
</head>
|
||||
{%block title%}Dashboard{%endblock%}
|
||||
|
||||
<body>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
{%block content%}
|
||||
|
||||
{%endblock%}
|
||||
Reference in New Issue
Block a user