What do you use for simple template inheritance?
I need to do some UI development (HTML, CSS mainly) using some UI Kits. To save my time and remain DRY i want to use some simple template inheritance tool so that I can include and extends header, footer, nav etc.
I am searching for it but couldn't f...