from django.shortcuts import render


def subscription(reqest):
    return render(reqest, 'subscription/subscription.html')
