{
  "template": "layout_with_var.txt"
}
---
{% extends template %}
{% set var = "the value from the child" %}
