{% extends 'main/base.html' %} {% block title %} Django Web App {% endblock %} {% block content %} {% include 'main/utils/navbar.html' %} {% load post_tags %}

Blog Web App with Django

If there's no book beside you, maybe you can read someone's writing here. Or maybe you want to be a contributor to the art of writing here?

Sign Up Sign In

Recent Posts

{% recent_posts as recent %} {% for recents in recent %}
{{recents.title}}

{{recents.body_text|short_description:"99"}}...

Read More
{% endfor %}
{% endblock %}