Skip to content

Commit

Permalink
fix template variable example
Browse files Browse the repository at this point in the history
  • Loading branch information
devlinjunker committed May 3, 2020
1 parent 8cdcb9b commit 79d0953
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/README.html.md
Expand Up @@ -15,7 +15,7 @@ The `<meta>` webpage attributes are passed into the instance of the HtmlWebpackP
### Templating
Simple HTML Templating can be done with the [underscore-lodash-loader](https://github.com/emaphp/underscore-template-loader).
This loader allows partial HTML files to be imported using `@require` or `@import` in the HTML files, and
also enables template variables that can be replaced when the HTML is generated (e.g. `<%= greet(name) %>`).
also enables template variables that can be replaced when the HTML is generated (e.g. `<%= name %>`).


## HTML Linting
Expand All @@ -32,6 +32,6 @@ These include:


## HTML Notes/Ideas
- [ ] Templating
- [x] Templating
- [ ] Accessibility Linting
- [ ] UI Framework?

0 comments on commit 79d0953

Please sign in to comment.