barbican/templates/layout.html
Jarret Raim aa6cb5932c Adding SQLAlchemy persistence
Basic structure for SQLAlchemy and models. Uses a hardcoded DB location which should be moved to a standard configuration.
2013-02-16 19:10:11 -06:00

10 lines
120 B
HTML

<!doctype html>
<html>
<head>
</head>
<body>
<div>
{% block body %}{% endblock %}
</div>
</body>
</html>