##// END OF EJS Templates
Basic infrastructure for new texteditor component
Basic infrastructure for new texteditor component

File last commit:

r19010:3314d31f
r19010:3314d31f
Show More
texteditor.html
23 lines | 371 B | text/html | HtmlLexer
{% extends "page.html" %}
{% block title %}{{page_title}}{% endblock %}
{% block params %}
data-base-url="{{base_url}}"
{% endblock %}
{% block site %}
<div id="texteditor-container"></div>
{% endblock %}
{% block script %}
{{super()}}
<script src="{{ static_url("texteditor/js/main.js") }}" type="text/javascript" charset="utf-8"></script>
{% endblock %}