all repos — site @ fbdd43bd00075685060d5720c8839276535f0e5b

source for my site, found at icyphox.sh

templates/index.html (view raw)

 1<!DOCTYPE html>
 2<html lang=en>
 3<link rel="stylesheet" href="/static/style.css" type="text/css">
 4<link rel="shortcut icon" type="images/x-icon" href="/static/favicon.ico">
 5<meta content="Anirudh Oppiliappan" name=description>
 6<meta name="viewport" content="initial-scale=1">
 7<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
 8<meta name="HandheldFriendly" content="true">
 9
10<title>
11	{{ title }}	
12</title>
13
14<header>
15	{{ header }}
16</header>
17
18<body> 
19  <div class="centered">
20  	{{ body }}
21  </div>
22</body>
23