This file contains hidden or 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
| export const Messages = { | |
| title: { | |
| authorization: { | |
| step2: 'Confirmation', | |
| }, | |
| individualDay: 'Individual Day', | |
| taskInfo: 'Task Information', | |
| challengeDetails: 'Challenge Details', | |
| }, |
This file contains hidden or 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
| $creator | |
| border 1px solid #ccc | |
| .successor | |
| @extend $creator | |
| .another-successor | |
| @extend $creator |
This file contains hidden or 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
| {%- extends 'layouts/default.twig' %} | |
| {%- set metatags = metatags|default([])|merge({ | |
| title: 'Garden Club :: UI Kit' | |
| }) %} | |
| {%- block mainContent %} | |
| {%- set titleID = 'post-title' %} | |
| {%- set descriptionID = 'post-description' -%} |