6 lines
167 B
HTML
6 lines
167 B
HTML
|
{% extends "base.html" %}
|
||
|
{% block content %}
|
||
|
<p style="{{style}}">This line is hidden.</p>
|
||
|
<p>MARKER this should be the paragraph the caret is on.</p>
|
||
|
{% endblock %}
|