Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Templating: It should render HTML Documents. #6

Open
dotnetgoo opened this issue Feb 7, 2023 · 4 comments
Open

Templating: It should render HTML Documents. #6

dotnetgoo opened this issue Feb 7, 2023 · 4 comments
Assignees
Labels
enhancement New feature or request

Comments

@dotnetgoo
Copy link
Contributor

This is mechanism for generating dynamic HTML content based on templates and data. This can be useful for rendering pages with data from database or other data sources.

@dotnetgoo dotnetgoo added the enhancement New feature or request label Feb 7, 2023
@0605AbMu
Copy link

0605AbMu commented Apr 4, 2023

I have a few suggestions for this:

  1. ejs-like mechanism:
    image
    In this case, the page is rendered for data only. But it will have its own syntax.
    MVC pattern implementation is much easier
  2. Asp.NET MVC like mechanism
    image
    In this case, it becomes more difficult to implement the MVC pattern

@dotnetgoo
Copy link
Contributor Author

@0605AbMu if wanna do it, just do it )) If you need any helps, don't hesitate to ask

@0605AbMu
Copy link

0605AbMu commented Apr 7, 2023

ok. Just I wanted to know What environment?

@0605AbMu
Copy link

0605AbMu commented Apr 7, 2023

I will try then. If possible, please give me access

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants