{% extends "partials/layout.html" %} {% block title %} {{content}} {% endblock title %} {% block header %} {% include "partials/header.html" %} {% endblock header %} {% block breakingnews %} {% include "partials/breakingnews.html" %} {% endblock breakingnews %} {% block allnews %}

You are logout Successfully. Login Again

Back to Home

{% endblock allnews %} {% block topnews %} {% include "partials/topnews.html" %} {% endblock topnews %} {% block footer %} {% include "partials/footer.html" %} {% endblock footer %} {% block script %} {% include "partials/script.html" %} {% endblock script %}