osalvador / tePLSQL

PL/SQL Template engine
http://osalvador.github.io/tePLSQL/
MIT License
63 stars 18 forks source link

Make extends/block tags use a common tag format #49

Closed MikeKutz closed 3 years ago

MikeKutz commented 4 years ago

Related to Jinja style Build Templates

The <%@ extends %> and <%@ block %> tags currently use XML Attribute format for parameters.

These should be modified in order to simplify #48