This repository has been archived on 2023-01-02. You can view files and clone it, but cannot push or open issues or pull requests.
django-pyvows/sandbox/templates/index.html
2015-07-19 12:20:37 +02:00

12 lines
217 B
HTML

<html>
<head>
<title>test</title>
</head>
<body>
<div class="container">
<p class="my-text">some text</p>
<p>Some {{ some }}!</p>
</div>
</body>
</html>