coursework/ansible/roles/site_setup/templates/site_index.html.j2

10 lines
164 B
Plaintext
Raw Normal View History

2024-11-11 10:48:06 +00:00
<html>
<head>
<meta charset="UTF-8">
<title>{{ site_name }}</title>
</head>
<body>
<h1>{{ site_name }}</h1>
<p>{{ additional_content }}</p>
</body>
2024-11-11 20:16:26 +00:00
</html>