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