templates/messengerbag/note_detail.html @ 8ed0727c7a1f
Removed the photoblog link, replaced with source.
author |
Steve Losh <steve@stevelosh.com> |
date |
Wed, 18 Mar 2009 20:13:55 -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 %}