-
-
Notifications
You must be signed in to change notification settings - Fork 282
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow users to optionally override templates (#1319)
* Create overrides directory & readme.partial.yaml.j2 * Add bootstrap/overrides to makejinja.toml
- Loading branch information
1 parent
c3bf719
commit 840506c
Showing
2 changed files
with
6 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
<% Place user jinja template overrides in this file's directory %> | ||
<% Docs: https://mirkolenz.github.io/makejinja/makejinja.html %> | ||
<% Example: https://github.com/mirkolenz/makejinja/blob/main/tests/data/makejinja.toml %> | ||
<% Example: https://github.com/mirkolenz/makejinja/blob/main/tests/data/input1/not-empty.yaml.jinja %> | ||
<% Example: https://github.com/mirkolenz/makejinja/blob/main/tests/data/input2/not-empty.yaml.jinja %> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters