|
|
@ -2,7 +2,7 @@
|
|
|
|
<html lang="en">
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<title>{{ title ?? "Zer.ooo - What is InfoSec?" }}</title>
|
|
|
|
<title>{{ title ?? "Zer.ooo" }}</title>
|
|
|
|
<link rel="stylesheet" href="/css/bootstrap.min.css" />
|
|
|
|
<link rel="stylesheet" href="/css/bootstrap.min.css" />
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
@ -32,4 +32,4 @@
|
|
|
|
{% block content %}
|
|
|
|
{% block content %}
|
|
|
|
{% endblock %}
|
|
|
|
{% endblock %}
|
|
|
|
</body>
|
|
|
|
</body>
|
|
|
|
</html>
|
|
|
|
</html>
|
|
|
|