Skip to content

Commit 0231292

Browse files
committed
Add Marten Framework page
1 parent 0c330cd commit 0231292

2 files changed

Lines changed: 16 additions & 0 deletions

File tree

4.08 KB
Loading
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
title: Getting started with Hotwire in Marten
3+
framework: Marten
4+
language: Crystal
5+
description: Marten is a Crystal web framework that makes building web applications easy, productive, and fun.
6+
image: frameworks/marten.png
7+
breadcrumb: Marten
8+
---
9+
10+
<%= render Page::ContainerComponent.new(page: current_page) do |page| %>
11+
<% page.with_title(title: current_page.data.fetch("title")) %>
12+
13+
<h3 class="mt-12 text-2xl font-bold">Libraries</h3><br>
14+
15+
<%= link_to "marten-turbo", "https://github.com/treagod/marten-turbo", target: :_blank %><br>
16+
<% end %>

0 commit comments

Comments
 (0)