Current File : /home/jvzmxxx/wiki1/extensions/MobileFrontend/resources/mobile.editor.overlay/content.hogan
<div lang="{{contentLang}}" dir="{{contentDir}}">
	<textarea class="wikitext-editor" id="wikitext-editor" cols="40" rows="10" placeholder="{{placeholder}}"></textarea>
	<div class="preview content"></div>
	{{#isAnon}}
	<div class="anonwarning content">
		{{>anonWarning}}
	</div>
	{{/isAnon}}
</div>