aboutsummaryrefslogtreecommitdiff
path: root/source/templates/base.html
blob: 54cfc52472f00c976c92e4e8f5af6a8129fb0f85 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
## base.html
<!DOCTYPE html>
<html>
<head>
    <title>pyAggr3g470r - News aggregator</title>
    <link rel="stylesheet" type="text/css" href="/css/style.css" />
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
    <script type="text/javascript" src="https://apis.google.com/js/plusone.js"></script>
</head>
<body>

${self.body()}

</body>
</html>
bgstack15