{% extends "rest_framework/base.html" %} {% load static %} {% block title %}{% if name %}{{ name }} – {% endif %} OpenApi{% endblock %} {% block custom_style %} {% endblock %} {% block content %}
{% endblock %}