{% extends "web/base.html" %} {% load static %} {% block title %}{{ graph.title|default:graph.slug }} ยท ideagraph{% endblock %} {% block content %} {{ graph.title|default:graph.slug }} {% endblock %}