From 008fecedb6cfd58a1a1822b1b1204809026ef676 Mon Sep 17 00:00:00 2001 From: Marco Roth Date: Sun, 3 Dec 2023 19:51:01 +0100 Subject: [PATCH] Add ASP.NET framework page --- app/content/pages/frameworks/aspdotnet.html.erb | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 app/content/pages/frameworks/aspdotnet.html.erb diff --git a/app/content/pages/frameworks/aspdotnet.html.erb b/app/content/pages/frameworks/aspdotnet.html.erb new file mode 100644 index 00000000..38c30eac --- /dev/null +++ b/app/content/pages/frameworks/aspdotnet.html.erb @@ -0,0 +1,14 @@ +--- +title: Getting started with Hotwire in ASP.NET +framework: ASP.NET +language: C# +description: A framework for building web apps and services with .NET and C#. +icon_class: devicon-dot-net-plain-wordmark text-5xl +breadcrumb: ASP.NET +--- + +<%= 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 %>