UNPKG

gulp-html-partial

Version:

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

14 lines (13 loc) 306 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"> <partial src="_1.html" title="Some title"></partial> </div> </body> </html>