All my pages have similar static header
and footer
parts inside the body
tag. head
tags are similar too, but feature title
, keywords
and description
which differ between pages.
Can I use nginx
to compose the output file taking parts of it from static files and other parts from the application server?