CUT OUT & KEEP
GITHUB FC
OFFICIAL MATCH PROGRAMME · SEASON 2026
SHARE THIS CARD SHARE ON 𝕏 DOWNLOAD ↓
GUILLERMO
RAUCH
@rauchg · “The Engine” · 19TH SEASON · CLASS OF 2008
SILVER ★ 2026
64
CM · OVERALL
◀ OWN HALF · REVIEWS MIDFIELD · COMMITS SHIPPING ▶
FORMLLLLL
LAST 5 MATCHDAYS
BUILD
46
REVIEW
42
SHIP
42
VOLUME
89
IMPACT
99
COMMITS 100%
SEASON NOTES
01 A one-club man — 100% of minutes played at rauchg/blog.
02 Night-fixture specialist — 100% of touches after 21:00 UTC.
03 Scout's verdict: Guillermo is a box-to-box engine — links maintenance to launches, covers every blade of grass. Standout attribute: IMPACT 99. 1 matchdays in the observed window. Verdict: sign before the window closes.
JavaScript ×59TypeScript ×11HTML ×5Shell ×3
TROPHY CABINET
🏆 slackin★ 6,499
🥈 wifi-password★ 4,550
🥉 blog★ 1,419
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 — SILVER · 64 OVR · computed from public activity
const card = (
  <Email backgroundColor="#f2ecdd" contentWidth="720px">
    <Row><Column>
      <Masthead />
      <PlayerHero playerName="Guillermo Rauch" ovr={64}
                  position="CM" tier="SILVER" />
      <FormStats stats={{"BUILD":46,"REVIEW":42,"SHIP":42,"VOLUME":89,"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