Template and custom tags reference
Resumaro
Last Update hace 9 meses
1) Conditional Rendering — {#condition}
Purpose: Show content only if a field/collection has data.
Syntax: {#fieldName}...{/fieldName}
Allowed fields
Collections: experiences, educations, skills, languages
Arrays (inside items): achievements, technologies, certifications
Top-level: fullName, firstName, middleName, lastName, initials, generalTitle, summary, email, phone, location, linkedinUrl, websiteUrl, dateOfBirth, gender, transport
Custom: custom.fieldName
Example
{#experiences} Work Experience {/experiences} {#custom.companyName} Company: {custom.companyName} {/custom.companyName}