templates/messengerbag/note_detail.html @ a3380ed37242
Cleanup Tuesdays - Removed the photoblog, removed the silly ProjectPhoto thing too.
author |
Steve Losh <steve@stevelosh.com> |
date |
Tue, 24 Mar 2009 17:57:23 -0400 |
parents |
1ce04db85761 |
children |
0a73822701d9 |
{% extends "messengerbag/base.html" %}
{% load typogrify %}
{% load markup %}
{% block title %}{{ note.title }}{% endblock %}
{% block content %}
<h1>{{ note.title|typogrify }}</h1>
<div id="mb-rendered-note">
{{ note.body|markdown:"codehilite"|typogrify }}
</div>
{% endblock %}