{% extends "base.html" %} {% block title %}Ubah Pengumuman{% endblock %} {% block body %} Pengumuman {{ post.id }} Kategori: {% for cat in categories %} {{ cat.category }} {% endfor %} Konten: {{ post.content }} Berlaku dari: Berlaku sampai: Ubah {% endblock %}