Open Alhamou opened 6 years ago
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?
i have this in my layouts Home Page:
in this Page in don't need this INCLUDE {{ > navbar }} but how ?
How can i remove this Special "include" in Handlebars?