I would like to provide the same content inside 2 different base files.
So I\'m trying to do this:
page1.html:
{% extends \"base1.html\" %}
Added for reference to future people who find this via google: You might want to look at the {% overextend %} tag provided by the mezzanine library for cases like this.