{% extends "base.html" %} {% load staticfiles %} {% block content %} {{ blog.pk }} {{ blog.title }} {% if user.is_authenticated %} Create Arcticle {% endif %} articles {% endblock content %}