Ajouter render pour routes principales #29

Merged
vlbeaudoin merged 5 commits from feature/render-routes into main 2023-03-24 20:09:49 -04:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 42ed8bbd79 - Show all commits

View file

@ -1,4 +1,4 @@
{{ define "header" }} {{ define "header-html" }}
<ul> <ul>
<li><a href="/">index</a></li> <li><a href="/">index</a></li>

View file

@ -8,7 +8,7 @@
<link rel="stylesheet" href="static/index.css"> <link rel="stylesheet" href="static/index.css">
</head> </head>
<body> <body>
{{ template "header" }} {{ template "header-html" }}
<h1>Association Générale Étudiante du Cégep Édouard-Montpetit</h1> <h1>Association Générale Étudiante du Cégep Édouard-Montpetit</h1>
</body> </body>
</html> </html>