#14831: Django Template Style Guide
-------------------------------------+-------------------------------------
Reporter: Simon Meers | Owner: Ryan
| Cheley
Type: New feature | Status: assigned
Component: Documentation | Version: 1.2
Severity: Normal | Resolution:
Keywords: template, style, | Triage Stage: Accepted
format |
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
-------------------------------------+-------------------------------------
Comment (by Ryan Cheley):
Checking the `{{% extends}}` using this bash command
```
find . -name "*.html" ! -path "./venv/*" -exec grep -n "% extends" {} + |
awk -F: '$2 > 1 {print "Filename: " $1 ", Line number: " $2 ", Matched
string: " $3}'
```
returns no results. It looks like the `{{% extends}}` is always at the top
line of the `html` files
--
Ticket URL: <https://code.djangoproject.com/ticket/14831#comment:12>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/django-updates/0107018d03dd816f-b283c6a0-c6c6-43b0-ac33-c143037822fc-000000%40eu-central-1.amazonses.com.