Consider replacement of current template engine(Pystache/Chevron) by Jinja. Requirements: - [x] `{{` `}}` - template variable markers. - [x] Getting list item by numeric index(need for case with IP in service ingress). - [x] Skipping of invalid variable placeholder error(need on 1st render when application Kubernetes entities wasn't created yet). - [x] Error rising when variable placeholder is invalid(need on 2nd render when application successfully deployed and context is complete). - [ ] _**Optional**_ Keep template variable place holder if it can't be found in context.
Consider replacement of current template engine(Pystache/Chevron) by Jinja.
Requirements:
{{}}- template variable markers.