==================
Extends With String
==================
{% extends "base.html" %}
Hello
---
(template
(content)
(extends
(filtered_value
(value
(literal
(string)))))
(content))
==================
Extends With Variable
==================
{% extends base_template %}
Hello
---
(template
(content)
(extends
(filtered_value
(value
(variable_attribute
(identifier)))))
(content))