File: default.html

package info (click to toggle)
python-django-feincms 1.6.2-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 2,716 kB
  • sloc: python: 6,585; makefile: 85; sh: 18
file content (5 lines) | stat: -rw-r--r-- 130 bytes parent folder | download
1
2
3
4
5
<h2>{{ content.title }}</h2>

<a href="{{ content.mediafile.file.url }}">{{ content.mediafile }}</a>

{{ content.richtext|safe }}