Skip to content
Snippets Groups Projects

Draft: Towns

Closed Rhys Nute requested to merge towns into main
1 file
+ 2
4
Compare changes
  • Side-by-side
  • Inline
@@ -3,17 +3,15 @@
<head>
<meta charset="UTF-8">
<title>Towns</title>
<link rel="stylesheet" href="../static/css/templatingstyle.css">
<link rel="stylesheet" th:href="@{css\templatingstyle.css}">
</head>
<header th:insert="~{/towns/Templating.html::header}"></header>
<body>
<h3>Developing a Thriving Town</h3>
<h3>Supporting Local Businesses</h3>
<p>Giving local businesses a voice in the community</p>
<h3>Empowering Community Spirit</h3>
<h3>Creating the towns Identity</h3>
<div>
<ul th:each="towns:${addTown}">
<ul th:each="towns:${towns}">
<li th:text="${towns}"></li>
</ul>
</div>
Loading