{% extends "base.html" %} {% load static %} {% block title %}{{rom.name}}{% endblock %} {% block nav_rom_class %}is-active{% endblock %} {% block content %}

{{rom.name}}

{% for tag in rom.tags.all %} {{tag.name}} {% endfor %}

{{rom.description|linebreaks}}

Hier könnte eine Anleitung stehen.
{% endblock %}