6 lines
79 B
Python
6 lines
79 B
Python
|
|
|
|
def get_context(context):
|
|
# do your magic here
|
|
context.show_sidebar = True
|