CUT OUT & KEEP
GITHUB FC
OFFICIAL MATCH PROGRAMME · SEASON 2026
SHARE THIS CARD SHARE ON 𝕏 DOWNLOAD ↓
GUILLERMO
RAUCH
@rauchg · “The Finisher” · 19TH SEASON · CLASS OF 2008
GOLD ★ 2026
76
ST · OVERALL
◀ OWN HALF · REVIEWS MIDFIELD · COMMITS SHIPPING ▶
FORMLLLDD
LAST 5 MATCHDAYS
BUILD
46
REVIEW
42
SHIP
98
VOLUME
97
IMPACT
99
COMMITS 20%PRS 80%
SEASON NOTES
01 A one-club man — 88% of minutes played at vercel/eve.
02 Night-fixture specialist — 88% of touches after 21:00 UTC.
03 Scout's verdict: Guillermo is an out-and-out finisher — lives in the final third and ships early. Standout attribute: IMPACT 99. 3 matchdays in the observed window. Verdict: sign before the window closes.
JavaScript ×59TypeScript ×11HTML ×5Shell ×3
TROPHY CABINET
🏆 slackin★ 6,496
🥈 wifi-password★ 4,568
🥉 blog★ 1,423
MOST-STARRED CLUBS, ALL SEASONS
THE TEAM SHEET · HOW THIS PAGE IS BUILT
card.jsx — @unlayer/react-elements@0.1.19 · custom tools COPY
import { registerTool, Email, Row, Column,
         renderToHtml, renderToJson } from "@unlayer/react-elements";

// custom tools — the SAME config shape as the Builder's unlayer.registerTool
const PlayerHero = registerTool({
  name: "player_hero",
  renderer: { exporters: {
    web:   (v) => heroMarkup(v),        // your (values) => html functions
    email: (v) => heroEmailMarkup(v),   // email-safe variant
  }},
});
// …Masthead, FormStats, SeasonNotes, ProgrammeFooter registered the same way

// rauchg — GOLD · 76 OVR · computed from public activity
const card = (
  <Email backgroundColor="#f2ecdd" contentWidth="720px">
    <Row><Column>
      <Masthead />
      <PlayerHero playerName="Guillermo Rauch" ovr={76}
                  position="ST" tier="GOLD" />
      <FormStats stats={{"BUILD":46,"REVIEW":42,"SHIP":98,"VOLUME":97,"IMPACT":99}} />
      <SeasonNotes />
      <ProgrammeFooter handle="rauchg" />
    </Column></Row>
  </Email>
);

const html   = renderToHtml(card, { title: "rauchg · GitHub FC", fonts });
const design = renderToJson(card);  // → stored as { type: "custom", slug, values }
                                    //   opens in the Builder as REAL tools
$ npm install @unlayer/react-elements FULL TEAM SHEET →   DESIGN JSON   EMAIL VERSION
PROGRAMME PAGE 07 · BUILT WITH UNLAYER ELEMENTS · VIEW SEASON · REMIX IN THE EDITOR