I\'m trying to pass some variables from the child page to the template. This is my python code:
if self.request.url.find(\"&try\") == 1: isTr
I think that you are looking to highlight active menus in the base layout and you need something like this
{% extends 'base.html' %} {% set active = "clients" %}
then use can use "active" inside base.html