You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2
Original file line number
Diff line number
Diff line change
@@ -79,3 +79,5 @@ Extending a template...
79
79
<h1>HELLO</h1>
80
80
{% endblock %}
81
81
```
82
+
83
+
The `pk-people-widgets` module has some special conveniences. You can set a `namespace` option to override the widget class names. There are also `beforeWidget` and `afterWidget` blocks for you to override for conveniently wrapping the widget with your own custom markup.
0 commit comments