shooflenet/static/templates_old/text_editors_with_contenteditable.template.html

9 lines
232 B
HTML
Raw Normal View History

{% extends "articles/article.template.html" %}
{% block title -%}
contentEditable: Text Editors Made Easy?
{%- endblock %}
{% block body -%}
{%- include "articles/text_editors_with_contenteditable.article.html" -%}
{%- endblock %}