Skip to content

ejs x hbs #5

@andrepadeti

Description

@andrepadeti

I'm trying to follow your tutorial but, instead of using ejs as a templating language, I'm using handlebars (hbs). I can't seem to make the flash messages appear. In your login.ejs, you write:

<% if (messages.error) { %>
  <%= messages.error %>
<% } %>

In my login.hbs, I'm writing (in handlebars):

{{#if messages.error}}
  {{messages.error}}
{{/if}}

Do you happen to know what I'm doing wrong?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions