Template variables reference

A full reference of all profile fields and their template variables.

Written By Łukasz Myśliński

Last updated 17 days ago

This is a full breakdown of fields available within the CVtoBlind app on each profile. These are presented in the following format:

  • Field Name - how it’s represented in the app

  • Variable - how to reference the field when building Templates

  • Description - details about each field

Contact Information

Field Name

Variable

Description

Email

email

Email address

Mobile

mobile

Phone number

GitHub

github

GitHub profile URL

LinkedIn

linkedin

LinkedIn profile URL

Other URLs

other_urls[]

Additional profile URLs

Personal Information

Field Name

Variable

Description

First Name

first_name

Candidate's first name

Last Name

last_name

Candidate's last name

Main Role

main_role

Primary job title/role

Total Experience

total_experience

Total years of experience

Address

Field Name

Variable

Description

Address

detailed_address.address

Street address

City

detailed_address.city

City name

Postal Code

detailed_address.postal_code

Area/postal code

Country

detailed_address.country

Country name

Physical Address

physical_address

Full address as single string

Summary & Skills

Field Name

Variable

Description

Summary

summary

Extracted/generated professional summary

Skills

skills[]

Soft skills extracted from CV

Technologies

Field Name

Variable

Description

Technologies

technologies[]

All extracted technologies (flat list)

Categorized Technologies

category_tech

Technologies grouped by category

Technology Categories

Technology categories are dependent on what Categories you have configured in Categorization settings. The ones listed here are the defaults available for each user/organization.

Category

Variable

Description

Language

category_tech.language[]

Programming languages

Database

category_tech.database[]

Database technologies

Cloud Platform

category_tech.cloud_platform[]

Cloud services and platforms

Testing

category_tech.testing[]

Testing frameworks and tools

Dev Tool

category_tech.devtool[]

Development tools

Framework

category_tech.framework[]

Application frameworks

OS

category_tech.os[]

Operating systems

Other

category_tech.other[]

Technologies not fitting other categories

If you modify these and ex. add a field called “JS frameworks” you can reference it using the variable derived during the category creation, ex. category_tech.js_frameworks.

For the full walkthrough on adding, renaming, and reordering categories, see Customizing technology categories →

Note: categorization affects the editor and AI extraction automatically, but templates only show grouped technologies if they explicitly reference category_tech.<identifier>. Out of the box, our default templates print the flat technologies[] list instead. If you use a custom template and want it to reflect your categories, you (or whoever maintains your template) will need to add these references — and update them again if you rename or remove a category, since a template referencing a missing identifier will render that section empty.

Learn more about custom fields and tech categorization →

Experience

Each entry in the experience[] array contains:

Field Name

Variable

Description

Company

experience[].company

Company name

Project

experience[].project

Project name

Roles

experience[].roles[]

Job titles/roles held

Responsibilities

experience[].responsibilities[]

Key responsibilities

Technologies

experience[].technologies[]

Technologies used

Location

experience[].location

Work location

From

experience[].from

Start date

To

experience[].to

End date

Education

Each entry in the education[] array contains:

Field Name

Variable

Description

University

education[].university

University/institution name

Faculty

education[].faculty

Faculty/school

Degree

education[].degree

Degree obtained

Major

education[].major

Field of study

Start

education[].start

Start date

Finish

education[].finish

Completion date

Languages

Each entry in the languages[] array contains:

Field Name

Variable

Description

Language

languages[].language

Language name

Level

languages[].level

Proficiency level

Certifications

Each entry in the certifications[] array contains:

Field Name

Variable

Description

Certificate

certifications[].certificate

Certificate name

Date

certifications[].date

Certification date

Additional Information

Field Name

Variable

Description

Hobbies

hobby[]

Personal hobbies

Additional Information

additional_information

Extra notes/information

Custom Fields

custom_fields

User-defined custom fields (key-value pairs)

Learn more