new-codigoparallevar/static/article.tmpl.html

16 lines
396 B
HTML
Raw Normal View History

2022-06-27 18:39:21 +00:00
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Código para llevar</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="../css/style.css" />
</head>
<body>
<article>
<h2 class="post-title">{{ title }}</h2>
2022-06-27 18:39:21 +00:00
{{ content | safe }}
</article>
</body>
</html>