File: webpack-import-partial.html

package info (click to toggle)
node-html-loader 4.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,384 kB
  • sloc: javascript: 2,708; xml: 18; makefile: 5
file content (16 lines) | stat: -rw-r--r-- 374 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<div>
  <span>Example</span>
  <div class="header">
    <webpack-partial name="header"></webpack-partial>
  </div>
  <hr />
  <div class="content">
    <webpack-partial name="content"></webpack-partial>
  </div>
  <div class="footer">
    <webpack-partial name="footer"></webpack-partial>
  </div>
  <div class="custom">
    <webpack-partial name="custom" />
  </div>
</div>