Skip to content

Instantly share code, notes, and snippets.

View viktorbrech's full-sized avatar

Viktor Brech viktorbrech

View GitHub Profile
@viktorbrech
viktorbrech / Movie_Reviews.html
Created December 13, 2023 14:16 — forked from anythingcodes/Movie_Reviews.html
HubDB dynamic page HTML for a HubSpot Partner Day demo
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>{{ content.html_title }}</title>
<meta name="description" content="{{ content.meta_description }}">
{# Ideally, include your CSS using get_public_template_url: #}
{#<link rel="stylesheet" href="{{ get_public_template_url('/styles.css') }}" />#}