2013-11-18 01:08:13 +01:00
|
|
|
<!DOCTYPE html>
|
2013-11-18 22:09:20 +01:00
|
|
|
<!--
|
|
|
|
___ ___
|
|
|
|
/__/\ /__/|
|
|
|
|
| |::\ | |:|
|
|
|
|
| |:|:\ | |:|
|
|
|
|
__|__|:|\:\ __| |:|
|
|
|
|
/__/::::| \:\ /__/\_|:|____
|
|
|
|
\ \:\~~\__\/ \ \:\/:::::/
|
|
|
|
\ \:\ \ \::/~~~~
|
|
|
|
\ \:\ \ \:\
|
|
|
|
\ \:\ \ \:\
|
|
|
|
\__\/ \__\/
|
|
|
|
|
|
|
|
YOU EARNED THE GEEK ACHIEVEMENT
|
|
|
|
FOR LOOKING AT MY SOURCE
|
|
|
|
|
|
|
|
But because of all the minimizing and caching
|
|
|
|
going on you better check out the code on
|
|
|
|
github
|
|
|
|
_____________________________________________
|
|
|
|
|
|
|
|
https://github.com/kremalicious/kremalicious3
|
|
|
|
|
|
|
|
_____________________________________________
|
|
|
|
-->
|
|
|
|
<html lang="en" xmlns="http://www.w3.org/1999/xhtml" xmlns:og="http://ogp.me/ns#" xmlns:fb="http://www.facebook.com/2008/fbml">
|
2013-11-21 21:15:26 +01:00
|
|
|
|
|
|
|
{% include head.html %}
|
|
|
|
|
2013-11-18 01:08:13 +01:00
|
|
|
<body>
|
|
|
|
|
|
|
|
{% include header.html %}
|
|
|
|
|
2013-11-18 22:09:20 +01:00
|
|
|
<section role="document" class="container">
|
|
|
|
<section role="main" id="main" class="row">
|
|
|
|
|
|
|
|
{{ content }}
|
|
|
|
|
|
|
|
</section>
|
|
|
|
</section>
|
2013-11-18 01:08:13 +01:00
|
|
|
|
|
|
|
{% include footer.html %}
|
|
|
|
|
|
|
|
</body>
|
|
|
|
</html>
|