Skip to content

HBS: There are some problems with inline templates #25

@maxkoryukov

Description

@maxkoryukov

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.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions