Skip to content
This repository was archived by the owner on Jan 7, 2026. It is now read-only.

Repository files navigation

Usage

  1. Create your fragment file header.html in ctr-tmps folder
<divclass="header">
This is Header part.
</div>
  1. Then do it like following
<html><head></head><body>
{{header}}
</body></html>

Result

<html><head></head><body><divclass="header">
This is Header part.
</div></body></html>

FAQ

File extension-name

If source file ext is .js , frag file ext must be .js

Multi-level filepath

{{parentFolder/childFolder/filename}}

It will replace the frag from ctr-tmps/parentFolder/childFolder/filename.*

About

VS Code Extension

Topics

Resources

Stars

2 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages