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

HBS: There are some problems with inline templates #25

Open
maxkoryukov opened this issue Sep 15, 2017 · 0 comments
Open

HBS: There are some problems with inline templates #25

maxkoryukov opened this issue Sep 15, 2017 · 0 comments
Assignees
Labels

Comments

@maxkoryukov
Copy link
Member

maxkoryukov commented Sep 15, 2017

They are not rendered.

In layout we have:

		{{#>HEAD}}
		{{/HEAD}}

in template:

{{#*inline "HEAD"}}
	<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">

{{/inline}}

But the final HTML doesn't contain font-awesome links.

@maxkoryukov maxkoryukov self-assigned this Sep 15, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant