rendercv init

This commit is contained in:
wi11-holdsworth 2025-09-18 11:06:17 +10:00
parent 2c7c63b22e
commit db074edafa
25 changed files with 835 additions and 0 deletions

View file

@ -0,0 +1,36 @@
((* if date_and_location_column_template *))
#two-col-entry(
left-content: [
<<main_column_first_row_template>>
((* if design.entries.short_second_row or date_and_location_column_template.count("\n\n") > main_column_first_row_template.count("\n\n") or design.section_titles.type=="moderncv" *))
((* if main_column_second_row_template *))
#v(-design-text-leading)
((* endif *))
<<main_column_second_row_template|replace("\n\n", "\n\n#v(-design-text-leading)")>>
((* endif *))
],
right-content: [
<<date_and_location_column_template>>
],
)
((* if not (design.entries.short_second_row or date_and_location_column_template.count("\n\n") > main_column_first_row_template.count("\n\n") or design.section_titles.type=="moderncv") *))
#one-col-entry(
content: [
<<main_column_second_row_template|replace("\n\n", "\n\n#v(-design-text-leading)")>>
],
)
((* endif *))
((* else *))
#one-col-entry(
content: [
<<main_column_first_row_template>>
((* if main_column_second_row_template *))
#v(-design-text-leading)
((* endif *))
<<main_column_second_row_template|replace("\n\n", "\n\n#v(-design-text-leading)")>>
],
)
((* endif *))