UNPKG

gulp-html-partial

Version:

Gulp plugin for including HTML files into each other. Supports nested partials and passing parameters as attributes.

24 lines (21 loc) 655 B
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Gulp HTML Partial test file</title> </head> <body> <div class="container"> <div> <div class="title">Some title</div> <span>Some span</span> <div>Some text</div> </div> <div class="wtf">Some text <div class="header">Nested partial</div> <div class="block">Some-dashed-param</div> </div> <p>Some text</p> </div> </body> </html>