+ {{#if this.tagline}}
+
{{this.tagline}}
+ {{/if}}
+
+ {{#if @titleRoute}}
+
{{this.title}}
+ {{else}}
+
{{this.title}}
+ {{/if}}
+
+
{{this.description}}
+
+ {{yield
+ (hash Primary=PrimaryButton Default=DefaultButton Danger=DangerButton)
+ to="buttons"
+ }}
+