Answer the question
In order to leave comments, you need to log in
Is there a sublime text plugin to grab the when part from other html files?
I would like to know if there is a plugin that allows you to take parts of the html markup into separate files, and then pick them up when compiling.
For example, there is a typical page:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Document</title>
</head>
<body>
//=header.html (подключает содержимое header.html)
<main> <h1>Hello! World!</h1>
<p> Lorem ipsum </p>
</main>
//=footer.html (подключает содержимое footer.html)
</body>
</html>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question