@model Teknik.Areas.Home.ViewModels.HomeViewModel @using Teknik.Areas.Blog.Models @Styles.Render("~/Content/home") @Scripts.Render("~/bundles/home")
Teknik

Teknik is dedicated to the advancement of technology and ideas, and we provide these services to help those who try to innovate.



Encrypted File Uploads


Clean Pastebin


Technical Podcasts


Mumble Server


Sign Up for free and get access to these features and more!



Free Email


Unlimited Git Repositories


Personal Blog


IRC Nickname

Recent News

    @if (Model.SitePosts.Any()) { foreach (Post post in Model.SitePosts) {
  • @post.Title

  • } } else {
  • No News Available

  • }

Recent Podcasts

    @if (Model.Podcasts.Any()) { foreach (Post post in Model.Podcasts) {
  • @post.Title

  • } } else {
  • No Podcasts Available

  • }

Recent Blog Posts

    @if (Model.BlogPosts.Any()) { foreach (Post post in Model.BlogPosts) {
  • @post.Title

  • } } else {
  • No Posts Available

  • }