gazhdict/gazhdict/templates/base_generic.html

11 lines
243 B
HTML

<html lang="zh">
<head>
<meta charset="utf-8">
{% block title %}<title>愛爾蘭語—華語線上辭典</title>{% endblock %}
</head>
<body>
{% block content %}<!-- default content text (typically empty) -->{% endblock %}
</body>
</html>