]> git.ipfire.org Git - ipfire.org.git/blob - www/templates/planet-posting.html
Add planet functionality.
[ipfire.org.git] / www / templates / planet-posting.html
1 {% extends "planet-user.html" %}
2
3 {% block title %}{{ _("IPFire Planet") }} - {{ entry.title }}{% end block %}
4
5 {% block content %}
6 {{ modules.PlanetEntry(entry) }}
7 {% end block %}