accordproject / template-playground

Web Playground for TemplateMark templates
https://playground.accordproject.org
Apache License 2.0
17 stars 19 forks source link

References between templates #8

Open dselman opened 1 year ago

dselman commented 1 year ago

TemplateMark should provide a mechanism to explicitly reference another template.

Context

Templates often include text that is a reference to another clause. We need to model these links so we can understand the dependencies between templates.

This could be via a dedicated reference block type, or by analysing href links perhaps.