x-appbar
x-session-manager
x-footer<link rel="import" href="bower_components/polymer/polymer.html">
<link rel="import" href="bower_components/x-appbar/x-appbar.html">
<link rel="import" href="bower_components/x-session-manager/x-session-manager.html">
<link rel="import" href="bower_components/x-footer/x-footer.html">
<polymer-element name="x-common-body" noscript>
<template>
<body>
<x-appbar/>
<content></content>
<x-footer/>
</body>
</template>
</polymer-element>
<html>
<head>
<meta charset="utf-8">
<link rel="import" href="bower_components/x-common-body/x-common-body.html">
:
</head>
<x-common-body>
<p>Hello world!</p>
<div>
:
</div>
<script...>
</x-common-body>
</html>
<html>
<head>
<meta charset="utf-8">
<link rel="import" href="bower_components/x-common-body/x-common-body.html">
:
</head>
<body>
<x-appbar/>
<p>Hello world!</p>
<div>
:
</div>
<script...>
<x-footer/>
</body>
</html>--
You received this message because you are subscribed to the Google Groups "Web Components Organisation" group.
To unsubscribe from this group and stop receiving emails from it, send an email to webcomponent...@googlegroups.com.
To post to this group, send email to webcom...@googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/webcomponents/66ad3841-2b6e-4162-b600-012c6e2cdf4b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to a topic in the Google Groups "Web Components Organisation" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/webcomponents/UCWTfOqySpQ/unsubscribe.
To unsubscribe from this group and all its topics, send an email to webcomponent...@googlegroups.com.
To post to this group, send email to webcom...@googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/webcomponents/CAN-z2fssvCa5RdR6W_OodpFf9x%2BWg%2BBdQwji4zWfB6CKYNvtKw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.