summaryrefslogtreecommitdiff
path: root/design/templates/details/jrnl-export.html
blob: c3f2aac7cca80161ad46ac446a8f95fed69b4de6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
---
template: {{object.get_template_name_display}}
point: {{object.point.y}},{{object.point.x}}
location: {{object.location}},{{object.location.state}},{{object.location.state.country}}
image: {{image}}
desc: {{object.meta_description}}
dek: {{object.dek|safe}}
pub_date: {{object.pub_date|date:"c"}}
slug: {{object.slug}}
title: {{object.title}}
---

{{body|safe}}