hamlet-io / executor-bash

Executor for hamlet based on bash
GNU General Public License v3.0
0 stars 4 forks source link

refactor: composite template inclusion #189

Closed ml019 closed 3 years ago

ml019 commented 3 years ago

Description

Include the contents of pre-assembled composite templates rather than relying on the [#include] directive to process their content.

Motivation and Context

As part of moving to dynamic input loading, reliance on pre-assembled templates needs to be removed. This change starts the process by using the ?interpret builtin internally to avoid use of the [#include] directive.

How Has This Been Tested?

Local template generation

Types of changes

Followup Actions

Checklist: