Sha256: 0f2c70ea8ea66617d67a171e78ec75fd6ffe83db5d02401a9980e2e5e38829b2

Contents?: true

Size: 254 Bytes

Versions: 1

Compression:

Stored size: 254 Bytes

Contents

<!DOCTYPE html>
<html>
<head>
  <title>Wechat Handler</title>
  <%= stylesheet_link_tag    "handler/application", media: "all" %>
  <%= javascript_include_tag "handler/application" %>
  <%= csrf_meta_tags %>
</head>
<body>

<%= yield %>

</body>
</html>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
wechat-handler-0.1 app/views/layouts/wechat/handler/application.html.erb