DTP Base provides a scalable and secure Node.js application development harness ready for production service.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

20 lines
764 B

extends ../../layout/main
block content
section.uk-section.uk-section-default.uk-section-small
.uk-container
h1 Channel Pass Applied
.uk-margin
div(uk-grid)
.uk-width-auto
label.uk-form-label Channel
.uk-text-bold= pass.channel.name
.uk-width-auto
label.uk-form-label Expires
.uk-text-bold= dayjs(pass.expires).format('MMM DD, YYYY')
.uk-margin
div This channel pass lets you enjoy #{pass.channel.name} for free. At the end of the trial, or at any time between now and then, you can upgrade to #[a(href="/membership/plan/premium") Premium].
a(href=`/channel/${pass.channel.slug}`).uk-button.dtp-button-primary.uk-border-rounded Visit Channel Now!