learn_enough_python_code_li.../Listing_10.41.html
2022-11-13 10:39:28 -08:00

22 lines
622 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Learn Enough Python Sample App | {{ page_title }}</title>
<link rel="stylesheet" type="text/css" href="/static/stylesheets/main.css">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400"
rel="stylesheet">
</head>
<body>
<a href="/" class="header-logo">
<img src="/static/images/logo_b.png" alt="Learn Enough logo">
</a>
<div class="container">
{% include "navigation.html" %}
<div class="content">
{% block content %}{% endblock %}
</div>
</div>
</body>
</html>