templates/home.html @ 7d7b1c625d52 jilcrow
Moar.
author | Steve Losh <steve@stevelosh.com> |
---|---|
date | Tue, 30 Nov 2010 19:06:42 -0500 |
parents | (none) |
children | (none) |
{% extends "base.html" %} {% block content %} <div class="splash"> <p>Hello, I'm Steve.</p> <p> I'm a programmer, photographer, dancer <span class="amp">&</span> bassist from Rochester, New York. </p> <p> If you want to get in touch with me, <a href="mailto:steve@stevelosh.com">email</a> is best. </p> </div> {% endblock %}