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

11 lines
166 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>
</html>