turbo-flask
1 parent 4a7b864 commit 0d3f613Copy full SHA for 0d3f613
1 file changed
app/content/pages/frameworks/flask.html.erb
@@ -9,6 +9,7 @@ breadcrumb: Flask
9
10
<%= render Page::ContainerComponent.new(page: current_page) do |page| %>
11
<% page.with_title(title: current_page.data.fetch("title")) %>
12
+ <h3 class="mt-8 mb-4 text-2xl font-bold">Packages</h3>
13
- <%= render Page::ContributeComponent.new(file: current_page.asset.path.path) %>
14
+ <%= link_to "turbo-flask", "https://github.com/miguelgrinberg/turbo-flask", target: :_blank %><br>
15
<% end %>
0 commit comments