12 lines
313 B
Plaintext
12 lines
313 B
Plaintext
<scroll-view class="scrollarea" scroll-y type="list">
|
|
<text class="pagetitle">{{title}}</text>
|
|
|
|
<view class="pageauthoranddate">
|
|
<text class="pageauthor">{{author}}</text>
|
|
<text class="pagedate">{{date}}</text>
|
|
</view>
|
|
|
|
<Parser html="{{htmlcontent}}" />
|
|
|
|
|
|
</scroll-view> |