13 lines
533 B
HTML
13 lines
533 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
|
<link href="https://fonts.googleapis.com/css2?family=Cardo&family=Raleway&family=Noto+Serif+Tibetan&display=swap" rel="stylesheet">
|
|
{% block style %} {% endblock %}
|
|
</head>
|
|
<body>
|
|
{% block content %} {% endblock %}
|
|
</body>
|
|
</html> |