3 lines
87 B
HTML
3 lines
87 B
HTML
{% extends "index.html" %}
|
|
{% block title %}{{ author }} : {{ super() }}{% endblock %}
|