ability to mock stores stubbed
This commit is contained in:
+16
@@ -0,0 +1,16 @@
|
||||
{{ $acctID := .Identity.Account.AccountID }}
|
||||
{{ $platform := parsePlatform .PathParams.platform }}
|
||||
{{ $shopID := .PathParams.shopID }}
|
||||
{{- $shop := .Accounts.GetMockShop $acctID $platform $shopID }}
|
||||
|
||||
<h1 class="mt-[1em] text-center">
|
||||
{{ $shop.Name }}
|
||||
</h1>
|
||||
|
||||
<p class="m-[1em] text-center font-display">
|
||||
{{ .PathParams.platform | splitSnakeCase | capitalize }}
|
||||
</p>
|
||||
|
||||
<h2 class="mt-[5em] text-center block">
|
||||
A work in progress...
|
||||
</h2>
|
||||
Reference in New Issue
Block a user