flask-wallapop-watcher/templates/layouts/master.html
2017-08-01 09:22:15 +02:00

14 lines
448 B
HTML

<!DOCTYPE html>
<html lang="es">
<head>
<title>{% block title %}{% endblock %} | Vigilador de Wallapop</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://bootswatch.com/cerulean/bootstrap.css">
</head>
<body>
<div class="container">
{% block body %}{% endblock %}
</div>
</body>
</html>