{% extends "base.html" %} {% block title %}Edit Pengumuman{% endblock %} {% block body %}
{% for post in posts %}

Pengumuman {{ post.id }}






{% endfor %}
{% endblock %}