feat: Avancement sur le design

This commit is contained in:
2020-11-09 12:36:28 +01:00
parent c4de87fe49
commit f1fcafd47b
40 changed files with 489 additions and 68 deletions

8
layouts/news/single.html Normal file
View File

@ -0,0 +1,8 @@
{{ define "main" }}
<div class="container">
<h1>{{ .RenderString .Title }}</h1>
<div class="container news">
{{ .Content }}
</div>
</div>
{{ end }}