
Basic structure for SQLAlchemy and models. Uses a hardcoded DB location which should be moved to a standard configuration.
10 lines
120 B
HTML
10 lines
120 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
</head>
|
|
<body>
|
|
<div>
|
|
{% block body %}{% endblock %}
|
|
</div>
|
|
</body>
|
|
</html> |