django-markdownx/testapp/templates/base.html
adi b620a6e347 Vagrant dev env support
Static builds moved from Gulp to NPM
Static sources moved to .static folder
Removed and ignored compiled statics
Testapp base template cleanup
2017-03-22 15:11:53 +01:00

6 lines
94 B
HTML

<!doctype html>
<html lang="pl">
<body>
{% block content %}{% endblock %}
</body>
</html>