Skip to content

Instantly share code, notes, and snippets.

@aaronlifshin
Last active August 29, 2015 14:02
Show Gist options
  • Save aaronlifshin/a3d629ec815648683eba to your computer and use it in GitHub Desktop.
Save aaronlifshin/a3d629ec815648683eba to your computer and use it in GitHub Desktop.
>> Error: markup/includes/header.jade:4
>> 2| html
>> 3| head
>> > 4| include includes/head
>> 5| script.
>> 6| ga('require', 'ecommerce', 'ecommerce.js');
>> 7| script.
>>
>> Unexpected token `tag` expected `text`, `code`, `:`, `newline` or `eos`
Warning: Jade failed to compile markup/receipt.jade.j2. Use --force to continue.
title MayDay.us - SuperPAC to end all SuperPacs. Mayday for the Republic.
link(rel="stylesheet", href="/static/style.css")
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css">
<link rel="stylesheet" id="googlefonts-css" href="https://fonts.googleapis.com/css?family=Oswald:300,400,700|Lato:400,700&amp;subset=latin" type="text/css" media="all">
include ../../extern/frontend/html/head.html
div.row.flag-header
div.container
div.top-menu.pull-right
a(href='http://www.mayday.us')MAYDAY
span .US
h1
MayDay
span .us
h2 An experiment to reclaim our democracy
doctype html
html
head
include includes/head
script.
ga('require', 'ecommerce', 'ecommerce.js');
script.
ga('ecommerce:addTransaction', {
id: '{{pledge.key()}}',
revenue: {{pledge.amountCents}} / 100.0,
});
ga('ecommerce:send');
body#privacy
include includes/header
.container
.page-header
h1 Thank You
.row
.col-md-12
p Thank you for your pledge of {{pledge.amountCents | formatCents}}. Please help spread the word however you can, and stay tuned for information about our &ldquo;Mayday First Responder&rdquo; schwag.
p Please share our campaign through social media, tell your friends, family, co-workers, and neighbors, call in to your local radio shows and write letters to your local editors. Or if you wish, buy a full page advert in the New York Times. (Up to you...)
p We&rsquo;ll be working on ways to help spread the message as well, and we would love for you to share your ideas about how to do so with us through the #MayDayPAC hashtag, our <a href="https://www.facebook.com/mayonedotus">Facebook Page</a>, or <a href="https://twitter.com/MayOneUS">MayOneUS</a> on Twitter.
p We have a variety of ways for you to further <a href="//mayone.us/connect">connect with our community</a>.
.spacing
include includes/footer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment