stablekernel / aqueduct

Dart HTTP server framework for building REST APIs. Includes PostgreSQL ORM and OAuth2 provider.
https://aqueduct.io
BSD 2-Clause "Simplified" License
2.42k stars 280 forks source link

[Feature request !!] any plans to return html templates instead of json ? #952

Open iampato opened 3 years ago

EhsanAramide commented 3 years ago

you can use logic-less template rendering Mustache , that pub.dev website used this package to render its templates I don't know that you know but it isn't as complete and powerful as jinja engine is. I find this package jinja template engine for dart and it is null-safe. (but it is better to integrated with Aqueduct )