diff --git a/App/Views/Data/pengumuman.html b/App/Views/Data/pengumuman.html index 7bfa62e..082a7e4 100644 --- a/App/Views/Data/pengumuman.html +++ b/App/Views/Data/pengumuman.html @@ -8,6 +8,8 @@ {% for post in posts %} {% if post.id %}
{{ post.content | raw }}
{% endif %} {% endfor %}