Skip to content

Instantly share code, notes, and snippets.

@decause
Created July 28, 2012 21:43
Show Gist options
  • Save decause/3194919 to your computer and use it in GitHub Desktop.
Save decause/3194919 to your computer and use it in GitHub Desktop.
catfacts home.html template
<!doctype html>
<title>CatFacts</title>
<body>
<pre>
(\_/)
( =(^Y^)=
____\_(m___m)_______
</pre>
{{ catfact }}
</body>
<!--
{% if name %}
<h1>Hello {{ name }}!</h1>
{% else %}
<h1>Hello World!</h1>
{% endif %}
-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment