M
M
mcrack2019-07-13 21:32:52
HTML
mcrack, 2019-07-13 21:32:52

What templating engine to use for html?

Hello, the task was to create a multi-page template, with any repeating blocks in the form of goods, is there a simple template engine that does not differ in syntax from native html so that you can insert code that has already been laid out, and not remake it for jade or pug syntax

Answer the question

In order to leave comments, you need to log in

3 answer(s)
M
mcrack, 2019-07-14
@mcrack

Нашёл отличное решение, называется nunjucks, оно позволяет собрать много страниц с использованием кусочков кода, в каждый из кусочков можно передавать данные, можно создавать переменные и циклы и всё это потом генерирует отдельные html страницы.
У кого встала такая-же задача, как у меня, можете посмотреть эту статью, думаю она вам очень поможет, единственное там чуть чуть gulpfile подправить надо, вместо синтаксиса gulp 3 исправить на gulp 4:
https://ikfi.ru/article/nunjucks--html-na-diete

A
Alex Glebov, 2019-07-13
@SkiperX

handlebarsjs.com
Either use this thing to convert html to pug
https://html2jade.org/

I
Ihor Bratukh, 2019-07-14
@BRAGA96

gulp-file-include if using gulp

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question