---
title: Action Network Page Wrappers
date: 2017-12-11T05:52:42Z
modified: 2020-08-19T18:13:53Z
permalink: "https://350.org/local/digital-tools/action-network/action-network-page-wrappers/"
type: page
status: publish
excerpt: ""
wpid: 65130
author: The 350.org Team
---

# Fossil Free Wrapper

> Page Wrapper Head HTML:
> 
> 
> <html xmlns="https://www.w3.org/1999/xhtml" lang="en-US">
> 	<head>
> 		<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0"/>
> 		<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
> 		<script src="//ajax.googleapis.com/ajax/libs/webfont/1.4.7/webfont.js"></script>
> 	<script>
> 		WebFont.load({
> 			custom: {
> 				families: ['KlimaWeb:n5,n7', 'GraphWeb:n9'],
> 				urls: ['//350.org/wp-content/themes/threefifty_main/library/webfonts/fonts-ff.css']
> 			},
> 			timeout: 7000
> 		});
> 	</script>
> 	<link rel="stylesheet" href="https://s3.amazonaws.com/s3.350.org/images/ff-action-network-wrapper.css" type="text/css">
> 		
> 	</head>
> 	<body class="gen_body">
> 		<div id="gen_header">
> 			<div class="gen_wrapper">
> 				<!-- [THE IMAGE BELOW IS GENERATED FROM THE LOGO UPLOAD - [ORGANIZATION NAME] IS ALSO A FIELD] -->
> 				<img src="https://s3.amazonaws.com/s3.350.org/images/ff-logo-orange-email.png" /> 
> 				
> 				<!-- [IF NO IMAGE IS UPLOADED, PUT THE [ORGANIZATION NAME] IN H1 TAGS] -->
> 				<h1 class="gen_name"></h1>
> 			</div>
> 		</div>
> 		<div class="gen_wrapper">
> 			
> 		<!-- END TEMPLATE HEADER - START WIDGET -->Page Wrapper Foot HTML:
> 
> 					</div>		
> <div id="gen_footer">
> <div class="gen_wrapper">
> This page is part of the Fossil Free local group network, which is a project of 350.org. You may receive updates from 350.org, the Fossil Free campaign, and [LOCAL GROUP NAME HERE], an independently run local organization. Click here to read the <a href="https://350.org/privacy" target="_blank">350.org privacy policy.</a></p>
> </div>
> </div>
> 	</body>
> </html>

**Please remember to replace \[Local Group Name Here\] with the name of the local group.**

---

# 350 Theme Wrapper

> Page Wrapper Head:
> 
> 
> <html xmlns="https://www.w3.org/1999/xhtml" lang="en-US">
> 	<head>
> 		<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0"/>
> 		<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
> 		<script src="//ajax.googleapis.com/ajax/libs/webfont/1.4.7/webfont.js"></script>
> 	<script>
> 		WebFont.load({
> 			custom: {
> 				families: ['KlimaWeb:n5,n7', 'GraphWeb:n7'],
> 				urls: ['//350.org/wp-content/themes/threefifty_main/library/webfonts/fonts.css']
> 			},
> 			google: { 
> 				families: [ 'Permanent+Marker::latin' ] 
> 			},
> 			timeout: 7000
> 		});
> 	</script>
> 	<link rel="stylesheet" href="https://s3.amazonaws.com/s3.350.org/images/350-action-network-wrapper.css" type="text/css">
> 		
> 	</head>
> 	<body class="gen_body">
> 		<div id="gen_header">
> 			<div class="gen_wrapper">
> 				<!-- [THE IMAGE BELOW IS GENERATED FROM THE LOGO UPLOAD - [ORGANIZATION NAME] IS ALSO A FIELD] -->
> 				<img src="https://s3.amazonaws.com/s3.350.org/images/350-logo-white-AN.png" /> 
> 				
> 				<!-- [IF NO IMAGE IS UPLOADED, PUT THE [ORGANIZATION NAME] IN H1 TAGS] -->
> 				<h1 class="gen_name"></h1>
> 			</div>
> 		</div>
> 		<div class="gen_wrapper">
> 			
> 		<!-- END TEMPLATE HEADER - START WIDGET -->Page Wrapper Foot HTML:
> 
> 					</div>		
> <div id="gen_footer">
> <div class="gen_wrapper">
> This page is part of the 350.org local group network. You will receive updates from both 350.org and [LOCAL GROUP NAME HERE], an independently run local organization. Click here to read the <a href="https://350.org/privacy" target="_blank">350.org privacy policy.</a></p>
> </div>
> </div>
> 	</body>
> </html>

**Please remember to replace \[Local Group Name Here\] with the name of the local group.**