prez-ppp

Les fichiers pour la démo faite devant ppp - retour accueil

git clone git://bebou.netlib.re/prez-ppp
Log | Files | Refs | README |

html (534B)


      1 layout() {
      2 <<@@ cat
      3 <!DOCTYPE html>
      4 <html lang="fr">
      5 <head>
      6 	<title>${title?La page dont le chemin s'affiche au dessus nécessite un titre}</title>
      7 	${STYLE:+<link rel="stylesheet" href=\"$STYLE\" />}
      8 	<meta charset="utf-8">
      9 	<meta name="viewport" content="width=device-width,initial-scale=1.0">
     10 	<meta name="description" content="$description" />
     11 	<meta name="author" content="$author" />
     12 	<link rel="icon" href="/favicon.png" />
     13 </head>
     14 <header>
     15 <h1>$title</h1>
     16 </header>
     17 <body>
     18 	<main>
     19 		$(show main)
     20 	</main>
     21 </body>
     22 </html>
     23 @@
     24 }