mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
docs(how-to): fix first github html parsing error
This commit is contained in:
parent
70d690bded
commit
35d7b95c48
1 changed files with 6 additions and 4 deletions
|
|
@ -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 %}
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue