plainExample template not requiring version
Closed this issue · 2 comments
lpugin commented
We should change plainExample template calls from
{% include plainExample.html example="examples/shared/shared-sample014.xml" valid="true" version=page.version %}
to
{% include plainExample.html example="examples/shared/shared-sample014.xml" valid="true" %}
lpugin commented
@kepper change them to a more compact call
{% include mei example="shared/shared-sample014.xml" valid="true" %}
bwbohl commented
resolving the new more compact call seems to be working already. Will create a PR from my fork.