5 lines
178 B
Plaintext
5 lines
178 B
Plaintext
@page
|
|
@model TaxBaik.Web.Pages.Admin.Blog.IndexModel
|
|
@{ ViewData["Title"] = "블로그"; }
|
|
<section class="container py-5"><h1 class="h2 fw-bold">블로그 관리</h1></section>
|