docs(how-to): fix first github html parsing error

This commit is contained in:
iLPdev 2023-07-23 14:50:20 -07:00 committed by GitHub
parent 70d690bded
commit 35d7b95c48

View file

@ -48,13 +48,15 @@ is not an HTML tutorial, so this file's content will be simple:
```html
{% extends "base.html" %}
{% endblock %}
{% block content %}
<div class="row">
<div class="col">
Expand All
@@ -55,9 +64,9 @@ This is not a HTML tutorial, so we'll go simple:
<h1>A story about a tree</h1>
<p>
This is a story about a tree, a classic tale ...
</p>
</div>
</div>
{% endblock %}
```