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

12 lines
217 B
HTML
Raw Permalink Normal View History

2011-05-10 03:45:24 +00:00
<html>
<head>
<title>test</title>
</head>
<body>
<div class="container">
<p class="my-text">some text</p>
<p>Some {{ some }}!</p>
</div>
</body>
</html>