Use variable to set title on base template instead of block
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{% set page_title = playlist_name + ' - Local playlist' %}
|
||||
{% extends "base.html" %}
|
||||
{% block page_title %}{{ playlist_name + ' - Local playlist' }}{% endblock %}
|
||||
{% import "common_elements.html" as common_elements %}
|
||||
{% block style %}
|
||||
main{
|
||||
|
||||
Reference in New Issue
Block a user