-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #8 from ShiftForward/content_includes
Add support for inclusions of files as text
- Loading branch information
Showing
7 changed files
with
132 additions
and
30 deletions.
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
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
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,4 @@ | ||
As armas e os barões assinalados, | ||
Que da ocidental praia Lusitana, | ||
Por mares nunca de antes navegados, | ||
Passaram ainda além da Taprobana, |
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,4 @@ | ||
Em perigos e {{ _myconst1 }} esforçados, | ||
Mais do que prometia a força humana, | ||
E entre gente remota edificaram | ||
{{ _myvar1 }}, que tanto sublimaram |
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,8 @@ | ||
str1: "Novo Reino" | ||
str2: | ||
$content_include: | ||
- "{{ _file_dir }}/_defaults/loader_test9_part1.txt" | ||
- file: "{{ _file_dir }}/_defaults/loader_test9_part2.txt" | ||
vars: { _myvar1: "str1" } | ||
constants: { _myconst1: "guerras" } | ||
other_key: "abc" |
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,7 @@ | ||
str1: "Novo Reino" | ||
str2: | ||
$content_include: | ||
- "{{ _file_dir }}/_defaults/loader_test9_part1.txt" | ||
- file: "{{ _file_dir }}/_defaults/loader_test9_part2.txt" | ||
vars: { _myvar1: "str1" } | ||
constants: { _myconst1: "guerras" } |
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