{% extends "cast/cast_base.html" %} {% load static %} {% block content %} {{ blog.pk }} {{ blog.title }} {% if user.is_authenticated %} Create Arcticle {% endif %} articles {% endblock content %}