Skip to content

Commit

Permalink
Clean up.
Browse files Browse the repository at this point in the history
  • Loading branch information
adamghill committed Nov 9, 2024
1 parent 72ba11c commit 11f622c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@

## 💥 Example

**`base.html`**
**base.html**

```html
<dj-block name='content'> <!-- {% block content %} -->
</dj-block> <!-- {% endblock content %} -->
```

**`index.html`**
**index.html**

```html
<dj-extends parent='base.html' /> <!-- {% extends 'base.html' %} -->
Expand Down
4 changes: 2 additions & 2 deletions docs/source/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@

## 💥 Example

**`base.html`**
**base.html**

```
<dj-block name='content'> <!-- {% block content %} -->
</dj-block> <!-- {% endblock content %} -->
```

**`index.html`**
**index.html**

```
<dj-extends parent='base.html' /> <!-- {% extends 'base.html' %} -->
Expand Down

0 comments on commit 11f622c

Please sign in to comment.