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 (4 lines) | stat: -rw-r--r-- 188 bytes parent folder | download
1
2
3
4
<a class="file-content" href="{{ content.file.url }}">
  <span class="file-title">{{ content.title }}</span>
  <span class="file-size">({{ content.file.size|filesizeformat }})</span>
</a>