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

[chore] Tidy up template indentation #2420

Closed
tsmethurst opened this issue Dec 5, 2023 · 0 comments · Fixed by #2480
Closed

[chore] Tidy up template indentation #2420

tsmethurst opened this issue Dec 5, 2023 · 0 comments · Fixed by #2480
Labels
chore a pain in the butt that needs doing
Milestone

Comments

@tsmethurst
Copy link
Contributor

Currently our templates are a bit all over the place in terms of how we indent things. This results in HTML which is fine for machines to read, but rather mind-bending for humans to read (see screenshot). It also means we're sending more bytes over the wire than we need to, with all the extra spaces and newlines and whatnot (not a massive issue but still).

Some mental HTML

We should aim to make the HTML output by the templates more readable and consistent.

@tsmethurst tsmethurst added the chore a pain in the butt that needs doing label Dec 5, 2023
@tsmethurst tsmethurst added this to the v0.14.0 milestone Dec 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore a pain in the butt that needs doing
Projects
None yet
1 participant