Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Which template technology should I use with CherryPy? [closed]

I'm in the process of building a web application using cherrypy.

What template technology do you recommend I use?

like image 844
Ben Noland Avatar asked Jun 14 '09 15:06

Ben Noland


People also ask

Which is the best template engine?

Popular template engines Template engines are mostly used for server-side applications that are run on only one server and are not built as APIs. The popular ones include Ejs, Jade, Pug, Mustache, HandlebarsJS, Jinja2, and Blade.

What templating engine does angular use?

Pug is a template engine that allows you to write cleaner templates with less repetition. In Angular, you can use Pug to write component templates and improve a project's development workflow. In this article, Zara Cooper explains what Pug is and how you can use it in your Angular app.

What are templating engines used for?

A template engine enables you to use static template files in your application. At runtime, the template engine replaces variables in a template file with actual values, and transforms the template into an HTML file sent to the client. This approach makes it easier to design an HTML page.

What is template engine programming?

A web template engine processes web templates and source data (typically from a relational database) to produce one or more output web pages or page fragments. It is ordinarily included as a part of a web template system or application framework.


1 Answers

Do you mean View in MVC? I recommend you very nice template engine Jinja2.

like image 64
Glader Avatar answered Oct 25 '22 22:10

Glader