Ajouter render pour routes principales #29
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
{{ define "header" }}
|
{{ define "header-html" }}
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="/">index</a></li>
|
<li><a href="/">index</a></li>
|
||||||
|
|
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue