{% extends "base.html" %} {% block title %}Pengumuman{% endblock %} {% block body %}

List Pengumuman

{% for post in posts %}

Pengumuman {{ post.id }}

Edit

{{ post.content }}

{% endfor %} + Tambah Pengumuman {% endblock %}