nutools/lib/nulib/templates/webpyapp/templates/main.html

14 lines
242 B
HTML
Raw Normal View History

2018-04-26 23:19:17 +04:00
$def with ()
<!DOCTYPE html><!-- -*- coding: utf-8 mode: html -*- vim:sw=4:sts=4:et:ai:si:sta:fenc=utf-8
--><html lang="fr">
<head>
$:bs.load()
<title>index</title>
</head>
<body>
<div class="container">
<h1>index</h1>
</div>
</body>
</html>