CMS Guide Page
Table of Contents
Applies to all v1 Instances:
- Working With Custom HTML Modules' Content Editors (WYSIWYG)
- General Tips and Advice for CMS Users
- Code Snippets
Applies to this instance only:
Working With Custom HTML Modules' Content Editors (WYSIWYG)
How do I replace placeholder ("lorem ipsum") or unwanted text?
- Click the “BLOCKS” button to reveal outlines around block-level elements.
- Select and replace the text you wish to edit, or add new text and delete the placeholder.
- Avoid deleting all placeholder text before you have added your content. You will risk removing necessary markup.
- Edit text elements individually for best results.
Can I copy/paste from other sources?
- Be cautious when copy/pasting text into a Custom HTML module.
- Ensure copied text is plain text to avoid formatting issues (no html tags).
How do I change text appearance?
- Use the “STYLE” dropdown in the toolbar to add classes.
- Refer to Style Management for visual examples of available classes/styles.
- Change styles sparingly to maintain consistency with the module’s template.
Why isn't the STYLE dropdown applying the styles I expect?
Make sure you are following these guidelines:
- Only apply one class from within each category. For example, an element should not have multiple "Heading" classes applied.
- Style classes for links and buttons should be applied to links only.
- If the suggestions above don't solve your issue, click the “clear formatting” button to remove all classes from the element and then reapply classes.
How do I add/edit a link?
- Use the "insert/edit link" button in the toolbar.
- To edit a link, click the link text, then click the "insert/edit link" button.
- Create the link first before assigning a style dropdown class to it.
- Using proper link text is very important. For more details, see "Does link text matter?" in General Tips and Advice for CMS Users.
How do I add or edit an image?
- Use the "asset picker" button in the toolbar to add or modify images
- Avoid adding images to modules that didn’t already contain an image.
- Consider adding alt text for accessibility (editable through the "asset picker" button). For more details, see "Do I need to update/include alt text for every image?" in General Tips and Advice for CMS Users.
How do I add a code snippet?
- Use the "insert code snippet" button in the toolbar to add pre-made snippets of code into the content editor.
- Only use snippets meant for the specific module you’re editing (indicated by section number).
- Refer to the section dividers in this guide for the code snippet names used in templates.
- See Code Snippets for more information.
How can I revert to the original "lorem ipsum" placeholder content?
- Note the module’s "section number" and find the corresponding code snippet. Use the snippet to “reset” your content.
- Multiple snippets with the same section number may exist; choose based on the type of content that is in the module.
- The section dividers in this guide indicate the correct code snippet for the template.
- See Code Snippets for more information.
Does heading level (H1, H2, etc.) matter?
- Yes. For SEO and accessibility purposes.
- You must ensure a hierarchical structure: the top heading on the page should be H1.
- Avoid skipping heading levels on a page (e.g., don’t use H3 before H2).
- Use the "STYLE" dropdown to change the heading appearance without altering the heading level. Note that any applied style heading class will overwrite any native h# element styling.
General Tips/Advice for CMS Users
Can I change the layout assignment of a page/section/module?
- Never change a layout assignment unless specifically instructed to do so in the relevant section's documentation found in the Section Guide. This will almost always lead to unintended results.
Can I add a module to a section?
- Never add a module to a section unless specifically instructed to do so in the relevant section's documentation found in the Section Guide. This will almost always lead to unintended results.
What should I name a section I’m creating from the “Add New” menu?
- Use consistent naming conventions.
- We recommend:
- For sections used only on one page: “[Page Name OR Abbreviated Page Name] - [Section Template Name]”. Example: "Home - Image and Copy - (Section 27)"
- For sections used on multiple pages: use a name summarizing its purpose/intent and include the section template name. Example: "Career Area CTAs - (Section 28)".
- Note: While you CAN change a section's name after creating it, you will NOT be able to change the names of the modules included in the section (which will, by default, include the ORIGINAL section name.) So we recommend that you carefully choose a good name for each section you create.
How do I choose a section template ("add new") from the Section Catalog menu?
- Use the "search" field and enter terms that summarize the type of content you want to add.
- Common keywords to try: "Image and Copy", "Testimonial", "Copy", "Multi Item".
- Searching by keyword will help you narrow down the list of results.
How do I create a "blank" page (not from a page template)?
- Please refer to the site instance notes in this guide.
Which theme should my page be assigned to?
- Assign CMS pages to the "Primary CMS Theme" only.
How do I add a Hero Banner?
- Choose a hero template from the Section Catalog ("add new") menu. The templates can be found by searching for the keyword "Hero".
Where should I upload asset files?
- Please refer to the site instance notes in this guide.
How can I ensure that my content will be accessible to all users?
- Follow the recommendations in this guide, especially regarding link text, image alt text, and heading levels.
- See Accessibility for Radancy CMS Publishers for more information.
Do I need to update/include alt text for every image?
- Consider alt text for images that are added or replaced. See this alt text decision tree for more details.
- Alt text can be left blank for descriptive, non-essential images.
- Alt text improves accessibility and SEO.
Does link text matter?
- Yes.
- For accessibility use meaningful link text that would still make sense if it were taken out of the surrounding context.
- Avoid "click here" or "learn more".
Code Snippets
- Code snippets prefixed with "v1 - " may be used on any site instance.
- Code snippets prefixed with v1 and the instance name (example: "v1-APAC"), should only be used for the matching site instance. Please refer to the site instance notes in this guide.
- Only use code snippets with matching "Section Number" titles for the section you are editing.
- “Section Number” code snippets are typically used to reset a Custom HTML Module to its template state.
- If a code snippet does not include a section number in the name, you may use it in any custom html module.
Instance Notes - (AAG Netherlands)
How do I create a "blank" page (not from a page template)?
- Click the "Add Page" button in the "Primary CMS Theme".
- Choose "v1 - Default Content Page (CMS)" layout.
Where should I upload asset files?
- Open the "cms" folder. Upload assets to the "gst_v1_0-aag-netherlands" folder.
- Once within the "gst_v1_0-aag-netherlands" folder, images are further organized in subfolders. Choose the subfolder that applies to your image. The "img" folder should be used if the image does not apply to any of the other subfolders.
Are there any code snippets that are unique to this site instance?
- Code snippets prefixed with "v1-AAG_Netherlands" are unique to this instance.
CMS Page Templates (AAG Netherlands)
What CMS page templates can I use?
Available in the "Primary CMS Theme" theme:
- Page Template (includes Hero and Search Form)
Which theme should I create my page in?
- You must create your page in the theme where the desired CMS page template resides.
What if I don't need all of the template sections?
- Remove unneeded sections from the new page BEFORE saving
- This prevents creating unused sections and modules
Can I create a CMS page without a CMS page template?
Style Management (AAG Netherlands)
This is a visual example of the "STYLE" dropdown options available in the WYSIWYG editor.
Body Text:
Body Text - 16px
Body Text - 14px
Body Text - 12px
Font Color:
(NOTE: Always check brand guidelines/color contrast before changing text color.)
Font Color - Blue (primary)
Font Color - Blue (secondary)
Font Color - Dark Blue (secondary)
Font Color - Dark Gray (default text color)
Font Color - Green
Font Color - Orange
Font Color - Red
Font Color - White
Font Color - Yellow
Headings:
Heading 1
Heading 2
Heading 3
Heading 4
Heading 5
Buttons:
Links:
Spacing:
(NOTE: the amount of space is indicated below each title in Peach)
Spacing - 0px Margin Bottom
Spacing - 10px Margin Bottom
Spacing - 20px Margin Bottom
Spacing - 30px Margin Bottom
Section Guide (AAG Netherlands)
- Common "Use Existing" sections (Search Form, etc.) and all "Add New" CMS templates are listed.
- Sections are separated by dividers with relevant information about the section.
Note that section titles are color coded based on which menu they can be found in after clicking the "add section" button on any page:
Red - find this section in the "Use Existing" Menu.
Green - find this section in the "Add New" Menu.
Keep in mind:
- Editing a section from the "Use Existing" Menu affects every instance of that section.
- Sections added via the "Add New" Menu can be edited freely, as each addition creates a new instance.
Hero Banner (Section 1A)
Suggested Use: Hero banner
Notes: Consider the headline color when choosing hero images. The headline and hero image should have good contrast for readability.
Available Code Snippets (Any v1 site):
- v1 - Section 1 - Hero Text (h1) - White
- v1 - Section 1 - Hero Text (h1) - Blue (primary)
Available Code Snippets (APAC site only):
- v1-APAC - Section 1 - Hero (h1) - White with Gold Accent
Lorem Ipsum
Dolor Sit Amet
Lorem Ipsum
Form - (Section 26)
Suggested Use: Search Form
Notes: Search Form must be assigned to each page below the hero banner.
Available Code Snippets: N/A
Copy & Image -- Hex Graphic Left (Section 2A)
Suggested Use: page intro
Notes: N/A
Available Code Snippets: v1 - Section 2 - Content
Lorem Ipsum Dolor
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
1 Col Copy (Section 3A)
Suggested Use: short/long copy
Notes: N/A
Available Code Snippets: v1 - Section 3 - Content
Lorem Ipsum Dolor
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
Copy - (Section 4)
Suggested Use: Add paragraph of text with additional callout links
Notes: N/A
Available Code Snippets: v1 - Section 4 - Content
Headline Goes Here
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
Image and Copy - (Section 5)
Suggested Use: Content with a row of images
Notes: Recommended image size: 148px x 132px
Available Code Snippets:
- v1 - Section 5 - Top Text
- v1 - Section 5 - Item
- v1 - Section 5 - Bottom Text
Headline Goes Here
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
Lorem Ipsum Dolor
Lorem Ipsum
Lorem Ipsum Dolor Set Amet Consectetur
Lorem Ipsum
Lorem Ipsum Dolor Set Amet
Lorem Ipsum
Lorem Ipsum
Lorem Ipsum
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Tristique nulla aliquet enim tortor at auctor urna. Sit amet consectetur adipiscing elit. Sed cras ornare arcu dui vivamus arcu. Neque viverra justo nec ultrices dui sapien eget.
Magna sit amet purus gravida quis blandit turpis cursus. Malesuada bibendum arcu vitae elementum curabitur. Sed sed risus pretium quam vulputate dignissim suspendisse. Ut pharetra sit amet aliquam id diam maecenas ultricies mi.
Multi Item - (Section 5a)
Suggested Use: A heading with a row of images underneath
Notes: Recommended image size: 148px x 132px
Available Code Snippets:
- v1 - Section 5 - Heading Only
- v1 - Section 5 - Item
Headline Goes Here
Lorem Ipsum Dolor
Lorem Ipsum
Lorem Ipsum Dolor Set Amet Consectetur
Lorem Ipsum
Lorem Ipsum Dolor Set Amet
Lorem Ipsum
Lorem Ipsum
Lorem Ipsum
Lorem Ipsum
Lorem Ipsum
Lorem Ipsum
Lorem Ipsum
Image and Copy - (Section 6)
Suggested Use: 2 columns of Image and Copy
Notes: N/A
Available Code Snippets: v1 - Section 6 - Content
Lorem Ipsum
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat.
Image and Copy - (Section 6a)
Suggested Use: 2 columns of Image and Copy
Notes: N/A
Available Code Snippets: v1 - Section 6 - Content
Lorem Ipsum
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat.
Video - (Section 7)
Suggested Use: Video and Text
Notes: N/A
Available Code Snippets:
- v1 - Section 7 - Headline Only
- v1 - Section 7 - Description Text
Lorem Ipsum
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
Video - (Section 7a)
Suggested Use:2 column Video and Text
Notes: N/A
Available Code Snippets:
- v1 - Section 7 - Headline Only
- v1 - Section 7 - Description Text
Lorem Ipsum
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor.
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor.
Icons - (Section 9)
Suggested Use:Row of icons with text below
Notes: Maximum icon file dimensions: 150px x 87px
Available Code Snippets:
- v1 - Section 9 - Headline Only
- v1 - Section 9 - Icon Item
Lorem Ipsum
Lorem Ipsum
Lorem Ipsum
Lorem Ipsum
Lorem Ipsum
Lorem Ipsum
Lorem Ipsum
Lorem Ipsum
Lorem Ipsum
Lorem Ipsum
Lorem Ipsum
Lorem Ipsum
Lorem Ipsum
Tablist - (Section 10)
Suggested Use: Display Featured / Recently viewed jobs / Saved jobs job lists
Notes: Do not attach any styles to the div id's. The div id's are partially dynamic. This allows the ability of multiple instances of this layout to be used on one page if needed.
Available Code Snippets: N/A
Vacatures voor jou
- Chauffeur Hoorn, Nederland
- HR medewerker Data Ede, Nederland
- Chauffeur in Wolvega Wolvega, Nederland
- Commercieel medewerker in Gemert Gemert, Nederland
Je hebt geen recentelijk bekeken vacatures
U heeft geen opgeslagen vacatures
Job List - (Section 10a)
Suggested Use: Display either the latest jobs or jobs that are in an applied filter
Notes: After adding the section to your page add any filter you would like to the job list module and update the headline.
Available Code Snippets: N/A
Check Out Our Jobs In (Category Name)
- Chauffeur Hoorn, Nederland
- HR medewerker Data Ede, Nederland
- Chauffeur in Wolvega Wolvega, Nederland
- Commercieel medewerker in Gemert Gemert, Nederland
Content Page Display - (Section 14)
Suggested Use: Display static Related Content.
Notes: Uses the Content Page Display Module.
Available Code Snippets: N/A
Content Page Display - (Section 14a)
Suggested Use: Display static Related Content.
Notes: Uses the Content Page Display Module.
Available Code Snippets: N/A
-
Lorem Ipsum
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Learn More -
Lorem Ipsum
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Learn More -
Lorem ipsum Dolor Sit
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Learn More -
Ut nim Ad Minim veniam
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Learn More
Multi Item - (Section 14b)
Suggested Use: Display cards with content and a CTA link.
Notes: Uses Custom HTML module.
Available Code Snippets: v1 - Section 14 - Item
Lorem Ipsum
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Lorem Ipsum
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Lorem Ipsum
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Multi Item - (Section 14c)
Suggested Use: Display cards with content only.
Notes: Uses Custom HTML module.
Available Code Snippets: v1 - Section 14 - Item Without Link
Lorem Ipsum
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Lorem Ipsum
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Lorem Ipsum
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Testimonial - (Section 16)
Suggested Use: Employee Testimonial
Notes: N/A
Available Code Snippets: v1 - Section 16 - Quote
“Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Lacus sed viverra tellus in hac habitasse platea dictumst. Ut eu sem integer vitae justo eget magna fermentum iaculis. Lorem donec massa sapien faucibus.”
Employee NameDepartment Name
Testimonial - (Section 16b)
Suggested Use: Employee Testimonial
Notes: This section should be used for two testimonials with photos
Available Code Snippets: v1 - Section 16a - Quote
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Lacus sed viverra tellus in hac habitasse platea dictumst. Ut eu sem integer vitae justo eget magna fermentum iaculis. Lorem donec massa sapien faucibus.
Employee NameEmployee Title
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Lacus sed viverra tellus in hac habitasse platea dictumst. Ut eu sem integer vitae justo eget magna fermentum iaculis. Lorem donec massa sapien faucibus.
Employee NameEmployee Title
Testimonial - (Section 16c)
Suggested Use: Employee Testimonial
Notes: N/A
Available Code Snippets: v1 - Section 16b - Quote
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Lacus sed viverra tellus in hac habitasse platea dictumst. Ut eu sem integer vitae justo eget magna fermentum iaculis. Lorem donec massa sapien faucibus.
Employee NameEmployee Title
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Lacus sed viverra tellus in hac habitasse platea dictumst. Ut eu sem integer vitae justo eget magna fermentum iaculis. Lorem donec massa sapien faucibus.
Employee NameEmployee Title
EVP-AAG Values - (Section 19)
Suggested Use: Tabbed content
Notes: N/A
Available Code Snippets: N/A
Wie we zijn en waar we in geloven
Mensen
Wij bieden onze mensen vertrouwen, kansen en persoonlijke groei. Wij zijn er trots op dat mensen de basis zijn van onze successen. Onze medewerkers, klanten en de samenleving vormen de kern van alles wat we doen. Wij streven ernaar een plek te creëren waar medewerkers zich echt thuis voelen, door erkenning, beloning en persoonlijke ontwikkeling te stimuleren.
Verantwoordelijk
Wij streven naar inclusiviteit, diversiteit en duurzaambeid voor een betere toekomst.
Prestaties
We gaan verder dan het voltooien van de taak; wij zetten door totdat wij trots zijn op het resultaat. Wij zijn voorstanders van duurzame groei dankzij hard werk, inzet en het nemen van verantwoordelijkheid. Onze taak is pas volbracht als we er trots genoeg zijn om onze naam erop te zetten.
Pragmatisme
Wij begrijpen dat grote dromen worden verwezenlijkt door praktische, realistische en tastbare acties. Wij moedigen creatieve vrijheid aan, maar zorgen ervoor dat onze resultaten nog steeds functioneel en nuttig voor anderen zijn. Bij het nemen van beslissingen en het stellen van prioriteiten handelen wij snel, doordacht en besluitvaardig.
Integriteit
Eerlijkheid en zelfbewustzijn vormen de basis van ons gedrag, onze beslissingen en onze daden, zelfs achter gesloten deuren. Wij communiceren met duidelijkheid en transparantie. Wij luisteren, en overwegen de standpunten van anderen en formuleren samen een resultaat. En wij begrijpen dat onze woorden en daden een domino-effect op gang kunnen brengen bij collega’s, teams, leveranciers, belanghebbenden, klanten en de samenleving.
Multi Item - (Section 21)
Suggested Use: Display a grid of images that link to search results for a given category
Notes: When updating the content for each card, do not enter any text into the short description field. The module will display the text if it exists. However the module was not built to account for the short description text.
Available Code Snippets: v1 - Section 21 - Headline
Short Headline Goes Here
Headline Goes Here
Social - (Section 23)
Suggested Use: When you want to place social media links on the page
Notes: N/A
Available Code Snippets: v1 - Section 23 - Content
Follow Us
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat.
Headline - 1 Col Copy - (Section 31)
Suggested Use: Headline Only
Notes: N/A
Available Code Snippets: v1 - Section 31 - Headline
Lorem Ipsum Dolor
Form - (Section 20)
Suggested Use: Allow candidates to register to receive job alerts.
Notes: This section is assigned at the theme level and will appear on every page automatically.
Available Code Snippets: N/A