7 lines
174 B
Plaintext
7 lines
174 B
Plaintext
|
<import src="../../common/head.wxml" />
|
||
|
<import src="../../common/foot.wxml" />
|
||
|
|
||
|
<view class="container">
|
||
|
<template is="head" data="{{title: '新建的页面'}}"/>
|
||
|
</view>
|