{% extends "base.html" %} {% block title %} {% trans %}Blogs{% endtrans %} {% endblock %} {% block content %}

{% trans %}Blogs{% endtrans %}

{% trans %}Latest news and updates{% endtrans %}

{% for (id, title, summary, content, image, slug) in blogs %}
{{ title[0: 100] }}

{{ summary[0: 100] }}

{% endfor %}
{% endblock %}