diff options
Diffstat (limited to 'templates/expobase.html')
-rw-r--r-- | templates/expobase.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/templates/expobase.html b/templates/expobase.html new file mode 100644 index 0000000..0ef74c1 --- /dev/null +++ b/templates/expobase.html @@ -0,0 +1,13 @@ +{% autoescape off %} +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> +<title>{% block title %}{% endblock %}</title> +<link rel="stylesheet" type="text/css" href="css/main2.css" /> +{% block extrahead %}{% endblock %} +</head> +<body {% block bodyattrs %}{% endblock %}> +{% block body %}{% endblock %} +</body> +</html> +{% endautoescape %} |