Skip to content

Instantly share code, notes, and snippets.

@zhangkn
Created May 17, 2018 07:31
Show Gist options
  • Save zhangkn/70de1a6d6663a3d9186bea21f64205e6 to your computer and use it in GitHub Desktop.
Save zhangkn/70de1a6d6663a3d9186bea21f64205e6 to your computer and use it in GitHub Desktop.
<!-- header.wxml -->
<view> header </view>
<!-- index.wxml -->
<include src="header.wxml"/>
<view> body </view>
<include src="footer.wxml"/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment