We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8218efb commit 4f03f54Copy full SHA for 4f03f54
README.md
@@ -21,7 +21,7 @@ This is the HTML template. Everything inside the `<head>` tag will later be repl
21
</html>
22
```
23
24
-## HTML
+## Index (before replace)
25
26
This is the main HTML page where we want to use the `<template>` tag. Use the `src` attribute to specify the source path for the HTML template file.
27
@@ -42,9 +42,7 @@ This is the main HTML page where we want to use the `<template>` tag. Use the `s
42
43
44
45
-
46
47
-## Replace
+## Index (after replace)
48
49
This is the final version of the HTML page after the templates have been replaced.
50
0 commit comments