Skip to content

Commit

Permalink
Add Flask Framework Page
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoroth committed Dec 25, 2023
1 parent 084e64f commit 5077cf8
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions app/content/pages/frameworks/flask.html.erb
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
title: Getting started with Hotwire in Flask
framework: Flask
language: Python
description: Python web framework that provides configuration, conventions, and extensions to create and deploy web applications.
icon_class: devicon-flask-original text-5xl
breadcrumb: Flask
---

<%= render Page::ContainerComponent.new(page: current_page) do |page| %>
<% page.with_title(title: current_page.data.fetch("title")) %>

<%= render Page::ContributeComponent.new(file: current_page.asset.path.path) %>
<% end %>

0 comments on commit 5077cf8

Please sign in to comment.