You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains 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
The reason will be displayed to describe this comment to others. Learn more.
Hey @ErinBecker - thanks for moving this forward! I think the syntax needs a bit more refining however. The overview open and closing tags are fine, but the instructor check needs to match the way conditionals work, i.e.
{{^overview}}
## if we're not in an overview
{{#instructor}}
## if instructor is set link to the instructor AIO
{{/instructor}}
{{^instructor}}
## if instructor is NOT set link to the learner AIO
{{/instructor}}
{{/overview}}
b4d56a9
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @ErinBecker - thanks for moving this forward! I think the syntax needs a bit more refining however. The
overview
open and closing tags are fine, but theinstructor
check needs to match the way conditionals work, i.e.b4d56a9
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry, yes, I wasn't done testing this and forgot to mark it as in progress. I'll be working on finishing this up today.
b4d56a9
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah perfect! Sorry for jumping in too early! :)