16 lines
453 B
HTML
16 lines
453 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<meta name="description" content="Your short site description (for SEO)">
|
|
|
|
<title>Comprendre et chanter les Psaumes</title>
|
|
|
|
<link rel="stylesheet" href="css/style.css">
|
|
|
|
<link rel="icon" href="favicon.ico" type="image/x-icon">
|
|
</head>
|
|
<body>{{template "content" .}} </body>
|
|
</html>
|