tldtest.net/tldtest/templates/base.html
2024-02-26 09:55:19 +01:00

13 lines
239 B
HTML

{% load compress %}
{% load static %}
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>{% block title %}TLD Tester{% endblock %}</title>
</head>
<body>
{% block content %}
{% endblock content %}
</body>
</html>