Coming from a background in Django, I often use \"template inheritance\", where multiple templates inherit from a common base. Is there an easy way to do this in JSP? If not
You can do similar things using JSP tag files. Create your own page.tag that contains the page structure. Then use a tag to insert the contents.
page.tag