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

New template system #18

Closed
Abbe98 opened this issue Aug 30, 2021 · 1 comment
Closed

New template system #18

Abbe98 opened this issue Aug 30, 2021 · 1 comment
Labels
Milestone

Comments

@Abbe98
Copy link
Collaborator

Abbe98 commented Aug 30, 2021

  • Refactor views.go, move as much as possible of template logic to a separate package(keep only rendering)
  • Create special treatment for layout files.
  • Create an include function to replace Go's template which should render each individual template when requested.
  • Migrate docs and examples

The refactoring above should solve: #7 #8.
It should also lay the ground for: cached templates, incremental builds

@Abbe98 Abbe98 added the epic label Aug 30, 2021
@Abbe98 Abbe98 added this to the 0.1.0 milestone Aug 30, 2021
@Abbe98
Copy link
Collaborator Author

Abbe98 commented Sep 26, 2021

Closed by 520b67b.

@Abbe98 Abbe98 closed this as completed Sep 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant