Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to remove a Special “ include ” by Handlebars? #197

Open
Alhamou opened this issue Oct 8, 2018 · 0 comments
Open

How to remove a Special “ include ” by Handlebars? #197

Alhamou opened this issue Oct 8, 2018 · 0 comments

Comments

@Alhamou
Copy link

Alhamou commented Oct 8, 2018

i have this in my layouts Home Page:

{{>head}} 

{{>navbar}} 

    {{{body}}} 

{{>footer}}

in this Page in don't need this INCLUDE {{ > navbar }} but how ?

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta http-equiv="X-UA-Compatible" content="ie=edge">
    <title>Document</title>
</head>
<body>
    <h1>Hello World!</h1>
</body>
</html>

How can i remove this Special "include" in Handlebars?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant