Instantly share code, notes, and snippets.
Find what: (href|src)="([a-zA-Z0-9/.-]+[^.html])"
(href|src)="([a-zA-Z0-9/.-]+[^.html])"
Replace with: $1=\"{% static "assets/$2" %}"
$1=\"{% static "assets/$2" %}"